Changeset 564572
- Timestamp:
- 06/27/2012 12:41:15 PM (14 years ago)
- Location:
- wordpress-gps/trunk
- Files:
-
- 3 edited
-
gb_gps.php (modified) (1 diff)
-
include/gb_gps.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-gps/trunk/gb_gps.php
r564567 r564572 4 4 Plugin URI: http://www.globalis-ms.com 5 5 Description: This plugin Provide an admin screen to WordPress users in which they will choose one scenario to play. That scenario will help them through the WordPress administration thanks to WP-Pointers API 6 Version: 1.0. 76 Version: 1.0.8 7 7 Author: Lionel POINTET, GLOBALIS media systems 8 8 Author URI: http://www.globalis-ms.com -
wordpress-gps/trunk/include/gb_gps.php
r564567 r564572 134 134 */ 135 135 protected function handlePost() { 136 if(check_admin_referer('gb_gps_nonce', 'nonce')) { 136 global $plugin_page; 137 138 if(self::MENU_SLUG == $plugin_page && !empty($_POST) && check_admin_referer('gb_gps_nonce', 'nonce')) { 137 139 if(isset($_POST['scenario'])) { 138 140 $this->set_active_scenario($_POST['scenario']); -
wordpress-gps/trunk/readme.txt
r564567 r564572 4 4 Requires at least: 3.3.0 5 5 Tested up to: 3.4 6 Stable tag: 1.0. 76 Stable tag: 1.0.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 47 47 == Changelog == 48 49 = 1.0.8 = 50 * Fixed a bug with the POST requests checks that implied the whole admin was blocked 48 51 49 52 = 1.0.7 =
Note: See TracChangeset
for help on using the changeset viewer.