Changeset 1406226
- Timestamp:
- 04/28/2016 07:46:48 AM (10 years ago)
- Location:
- ithstatswp-client/trunk
- Files:
-
- 2 edited
-
init.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ithstatswp-client/trunk/init.php
r1353913 r1406226 16 16 17 17 //Версия плагина 18 defined('ITH_CLIENT_PLUGIN_VERSION') ?: define('ITH_CLIENT', '0.0. 1');18 defined('ITH_CLIENT_PLUGIN_VERSION') ?: define('ITH_CLIENT', '0.0.2'); 19 19 20 20 if (version_compare(PHP_VERSION, '5.3.0', '<')) … … 25 25 defined('ITH_CLIENT_PLUGIN_DIR') ?: define('ITH_CLIENT_PLUGIN_DIR', plugin_dir_path(__FILE__)); 26 26 27 spl_autoload_register(' autoload');27 spl_autoload_register('ith_autoload'); 28 28 29 function autoload($class)29 function ith_autoload($class) 30 30 { 31 31 if (file_exists(ITH_CLIENT_PLUGIN_DIR . 'includes/' . $class . PHP_EXT)) -
ithstatswp-client/trunk/readme.txt
r1353913 r1406226 38 38 39 39 == Changelog == 40 = 0.0.2 = 41 * Autoload fixed 40 42 41 43 = 0.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.