Changeset 564567
- Timestamp:
- 06/27/2012 12:24:24 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
r563975 r564567 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. 66 Version: 1.0.7 7 7 Author: Lionel POINTET, GLOBALIS media systems 8 8 Author URI: http://www.globalis-ms.com -
wordpress-gps/trunk/include/gb_gps.php
r563975 r564567 134 134 */ 135 135 protected function handlePost() { 136 if( !empty($_POST) && wp_verify_nonce($_POST['nonce'], 'gb_gps_nonce')) {136 if(check_admin_referer('gb_gps_nonce', 'nonce')) { 137 137 if(isset($_POST['scenario'])) { 138 138 $this->set_active_scenario($_POST['scenario']); -
wordpress-gps/trunk/readme.txt
r563975 r564567 4 4 Requires at least: 3.3.0 5 5 Tested up to: 3.4 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 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.7 = 50 * Avoid a PHP Notice on admin POST requests 48 51 49 52 = 1.0.6 =
Note: See TracChangeset
for help on using the changeset viewer.