Changeset 808452
- Timestamp:
- 11/21/2013 08:30:20 PM (12 years ago)
- Location:
- libravatar-replace/trunk
- Files:
-
- 2 edited
- 1 moved
-
classes/ServicesLibravatar.class.php (moved) (moved from libravatar-replace/trunk/classes/Services_Libravatar.class.php)
-
libravatar-replace.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libravatar-replace/trunk/libravatar-replace.php
r796325 r808452 20 20 21 21 // if file exsists, require it. otherwise assume it's autoload 22 // WARNING: do not check class existance instead of file or you will crash WordPress if both Libravatar and Libravatar Replace are active 23 if (is_file(dirname(__FILE__) . '/classes/Services_Libravatar.class.php')) { 24 require_once(dirname(__FILE__) . '/classes/Services_Libravatar.class.php'); 22 // WARNING: do not check class existence instead of file existence or you will crash WordPress if both Libravatar and Libravatar Replace are active 23 if (is_file(dirname(__FILE__) . '/classes/ServicesLibravatar.class.php')) 24 { 25 require_once(dirname(__FILE__) . '/classes/ServicesLibravatar.class.php'); 25 26 } 26 27 -
libravatar-replace/trunk/readme.txt
r802792 r808452 3 3 Tags: libravatar, avatar, support, user, email, pseudo, picture, image, buddypress 4 4 Requires at least: 2.7 5 Tested up to: 3. 65 Tested up to: 3.7.1 6 6 Stable tag: trunk 7 7 … … 36 36 "url": "http://pear.php.net" 37 37 }, 38 {39 "type": "vcs",40 "url": "https://bitbucket.org/sunchaser/libravatar"41 }42 38 ], 43 39 "require": { … … 59 55 == License Info == 60 56 61 Libravatar Replace is duallicensed under ISC license. It also uses57 Libravatar Replace is licensed under ISC license. It also uses 62 58 some code under separate licenses 63 59
Note: See TracChangeset
for help on using the changeset viewer.