Ticket #12763: post.patch
File post.patch, 498 bytes (added by , 15 years ago) |
---|
-
wp-admin/includes/post.php
1205 1205 1206 1206 if ( !add_post_meta( $post->ID, '_edit_lock', $now, true ) ) 1207 1207 update_post_meta( $post->ID, '_edit_lock', $now ); 1208 if ( !add_post_meta( $post->ID, '_edit_last', $current_user->ID, true ) ) 1209 update_post_meta( $post->ID, '_edit_last', $current_user->ID ); 1208 1210 1209 } 1211 1210 1212 1211 /**