Changeset 1196903
- Timestamp:
- 07/11/2015 08:23:03 AM (11 years ago)
- File:
-
- 1 edited
-
post-index/trunk/php/postadmin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
post-index/trunk/php/postadmin.php
r1196902 r1196903 68 68 // verify this came from the our screen and with proper authorization, 69 69 // because save_post can be triggered at other times 70 //if ( !wp_verify_nonce( isset($_POST[POST_INDEX_PLUGIN_PREFIX.'noncename']) ? $_POST[POST_INDEX_PLUGIN_PREFIX.'noncename'] : '', POST_INDEX_PLUGIN_BASENAME ) ) 71 if ( !wp_verify_nonce( $_POST[POST_INDEX_PLUGIN_PREFIX.'noncename'], POST_INDEX_PLUGIN_BASENAME ) ) 70 if ( !wp_verify_nonce( isset($_POST[POST_INDEX_PLUGIN_PREFIX.'noncename']) ? $_POST[POST_INDEX_PLUGIN_PREFIX.'noncename'] : '', POST_INDEX_PLUGIN_BASENAME ) ) 72 71 return; 73 72
Note: See TracChangeset
for help on using the changeset viewer.