Changeset 1834185
- Timestamp:
- 03/06/2018 06:07:51 AM (8 years ago)
- Location:
- share-button
- Files:
-
- 3 edited
-
tags/1.1/classes/class-collection.php (modified) (1 diff)
-
tags/1.1/readme.txt (modified) (1 diff)
-
trunk/classes/class-collection.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
share-button/tags/1.1/classes/class-collection.php
r1834179 r1834185 608 608 return; 609 609 610 MB()->load_library('fontawesome'); // always load lib since change is about 100% this includes FA. 611 610 611 if (method_exists(MB(), 'load_library')) 612 { 613 MB()->load_library('fontawesome'); // always load lib since change is about 100% this includes FA. 614 } 615 612 616 maxUtils::startTime('collection-display-' . self::$count); 613 617 -
share-button/tags/1.1/readme.txt
r1834184 r1834185 5 5 Tested up to: 4.9.4 6 6 Requires PHP: 5.3 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPL V2 9 9 -
share-button/trunk/classes/class-collection.php
r1834179 r1834185 608 608 return; 609 609 610 MB()->load_library('fontawesome'); // always load lib since change is about 100% this includes FA. 611 610 611 if (method_exists(MB(), 'load_library')) 612 { 613 MB()->load_library('fontawesome'); // always load lib since change is about 100% this includes FA. 614 } 615 612 616 maxUtils::startTime('collection-display-' . self::$count); 613 617
Note: See TracChangeset
for help on using the changeset viewer.