Changeset 33543 for branches/4.2/src/wp-admin/post.php
- Timestamp:
- 08/03/2015 09:12:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/src/wp-admin/post.php
r33358 r33543 161 161 162 162 if ( ! empty( $_GET['get-post-lock'] ) ) { 163 check_admin_referer( 'lock-post_' . $post_id ); 163 164 wp_set_post_lock( $post_id ); 164 165 wp_redirect( get_edit_post_link( $post_id, 'url' ) );
Note: See TracChangeset
for help on using the changeset viewer.