Changeset 638963
- Timestamp:
- 12/14/2012 03:32:07 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dp-maintenance-mode-lite/trunk/dpMaintenanceLite.php
r635006 r638963 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. 45 Version: 1.2.5 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. 4",false);//Current Version of this plugin16 define("DPMAINTENANCE_VER","1.2.5",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.