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