Changeset 1410493
- Timestamp:
- 05/04/2016 06:28:21 PM (10 years ago)
- Location:
- ezflippr/trunk
- Files:
-
- 2 edited
-
ezflippr.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ezflippr/trunk/ezflippr.php
r1386301 r1410493 1224 1224 } 1225 1225 1226 p rivatestatic function getWordPressVersion() {1226 public static function getWordPressVersion() { 1227 1227 $version = get_bloginfo('version'); 1228 1228 if (defined('ICL_LANGUAGE_CODE')) $version .= '/wpml'; … … 1231 1231 } 1232 1232 1233 p rivatestatic function getPHPVersion() {1233 public static function getPHPVersion() { 1234 1234 $version = phpversion(); 1235 1235 if (function_exists('curl_exec')) $version .= '/curl'; … … 1240 1240 } 1241 1241 1242 p rivatestatic function getVersion() {1242 public static function getVersion() { 1243 1243 if (!isset(self::$version)) { 1244 1244 if (!function_exists('get_plugin_data')) { -
ezflippr/trunk/readme.txt
r1386301 r1410493 3 3 Tags: flipbook, administration 4 4 Requires at least: 3.9 5 Tested up to: 4. 4.25 Tested up to: 4.5.1 6 6 Stable tag: trunk 7 7 Text Domain: ezflippr
Note: See TracChangeset
for help on using the changeset viewer.