Changeset 2895
- Timestamp:
- 04/05/2016 03:13:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
r2893 r2895 153 153 // WordCamp post type only 154 154 if ( WCPT_POST_TYPE_ID != get_post_type() ) { 155 return; 156 } 157 158 // Make sure the requset came from the edit post screen. 159 if ( empty( $_POST['_wpnonce'] ) || ! wp_verify_nonce( $_POST['_wpnonce'], 'update-post_' . $post_id ) ) { 155 160 return; 156 161 }
Note: See TracChangeset
for help on using the changeset viewer.