Changeset 645105
- Timestamp:
- 12/27/2012 08:13:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dp-maintenance-mode-lite/trunk/dpMaintenanceLite.php
r639362 r645105 3 3 Plugin Name: DP Maintenance Mode Lite 4 4 Description: The DP Maintenance Lite plugin includes the possibility to add a maintenance mode with a sleek theme to your website. 5 Version: 1.2.5. 15 Version: 1.2.5.2 6 6 Author: Diego Pereyra 7 7 Author URI: http://www.dpereyra.com/ … … 14 14 $dpMaintenance = get_option('dpMaintenance_options'); 15 15 16 define("DPMAINTENANCE_VER","1.2.5. 1",false);//Current Version of this plugin16 define("DPMAINTENANCE_VER","1.2.5.2",false);//Current Version of this plugin 17 17 if ( ! defined( 'DPMAINTENANCE_PLUGIN_BASENAME' ) ) 18 18 define( 'DPMAINTENANCE_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.