Changeset 33548 for branches/3.7/src/wp-admin/post.php
- Timestamp:
- 08/03/2015 09:13:18 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src/wp-admin/post.php
r25616 r33548 147 147 148 148 if ( ! empty( $_GET['get-post-lock'] ) ) { 149 check_admin_referer( 'lock-post_' . $post_id ); 149 150 wp_set_post_lock( $post_id ); 150 151 wp_redirect( get_edit_post_link( $post_id, 'url' ) );
Note: See TracChangeset
for help on using the changeset viewer.