Changeset 33545 for branches/4.0/src/wp-admin/post.php
- Timestamp:
- 08/03/2015 09:12:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/src/wp-admin/post.php
r33376 r33545 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.