Changeset 1050778
- Timestamp:
- 12/21/2014 12:00:59 PM (11 years ago)
- Location:
- piwigopress/trunk
- Files:
-
- 2 edited
-
piwigopress.php (modified) (1 diff)
-
piwigopress_admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
piwigopress/trunk/piwigopress.php
r1050776 r1050778 27 27 */ 28 28 if (!defined('PWGP_NAME')) define('PWGP_NAME','PiwigoPress'); 29 if (!defined('PWGP_VERSION')) define('PWGP_VERSION','2.2. 4');29 if (!defined('PWGP_VERSION')) define('PWGP_VERSION','2.2.5'); 30 30 31 31 load_plugin_textdomain('pwg', 'wp-content/plugins/piwigopress', 'piwigopress' ); -
piwigopress/trunk/piwigopress_admin.php
r1029167 r1050778 2 2 if (defined('PHPWG_ROOT_PATH')) return; /* Avoid direct usage under Piwigo */ 3 3 if (!defined('PWGP_NAME')) return; /* Avoid unpredicted access */ 4 if (!defined('PWGP_VERSION')) define('PWGP_VERSION','2.2. 4');4 if (!defined('PWGP_VERSION')) define('PWGP_VERSION','2.2.5'); 5 5 if (!function_exists('pwg_get_contents')) include 'PiwigoPress_get.php'; 6 6
Note: See TracChangeset
for help on using the changeset viewer.