Changeset 3132
- Timestamp:
- 06/25/13 18:33:18 (10 years ago)
- Location:
- plugins/enhancePostContent
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/enhancePostContent/_define.php
r3130 r3132 19 19 /* Description*/ "Add features to words in post content", 20 20 /* Author */ "JC Denis", 21 /* Version */ '2013.0 5.11',21 /* Version */ '2013.06.25', 22 22 /* Permissions */ 'content' 23 23 ); -
plugins/enhancePostContent/inc/lib.epc.php
r3130 r3132 545 545 } 546 546 547 public static function widgetListTag($core,$filter,$content,$w, $list)547 public static function widgetListTag($core,$filter,$content,$w,&$list) 548 548 { 549 549 if (!$core->plugins->moduleExists('tags')) return; … … 599 599 } 600 600 601 public static function widgetListAcronym($core,$filter,$content,$w, $list)601 public static function widgetListAcronym($core,$filter,$content,$w,&$list) 602 602 { 603 603 while($filter['list']->fetch()) … … 633 633 } 634 634 635 public static function widgetListAbbreviation($core,$filter,$content,$w, $list)635 public static function widgetListAbbreviation($core,$filter,$content,$w,&$list) 636 636 { 637 637 while($filter['list']->fetch()) … … 667 667 } 668 668 669 public static function widgetListDefinition($core,$filter,$content,$w, $list)669 public static function widgetListDefinition($core,$filter,$content,$w,&$list) 670 670 { 671 671 while($filter['list']->fetch()) … … 701 701 } 702 702 703 public static function widgetListCitation($core,$filter,$content,$w, $list)703 public static function widgetListCitation($core,$filter,$content,$w,&$list) 704 704 { 705 705 while($filter['list']->fetch()) … … 735 735 } 736 736 737 public static function widgetListLink($core,$filter,$content,$w, $list)737 public static function widgetListLink($core,$filter,$content,$w,&$list) 738 738 { 739 739 while($filter['list']->fetch()) -
plugins/enhancePostContent/release.txt
r3130 r3132 4 4 * Not added auto-find post title in content 5 5 * Fixed records list (more Dotclear compliant) (checkbox and action) 6 7 2013.06.25 8 * Fixed widget compatibility for php 5.4 6 9 7 10 2013.05.11
Note: See TracChangeset
for help on using the changeset viewer.