Changeset 26169 for trunk/src/wp-admin/includes/post.php
- Timestamp:
- 11/14/2013 06:40:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/post.php
r25868 r26169 1186 1186 $user = isset( $lock[1] ) ? $lock[1] : get_post_meta( $post->ID, '_edit_last', true ); 1187 1187 1188 $time_window = apply_filters( 'wp_check_post_lock_window', 1 20 );1188 $time_window = apply_filters( 'wp_check_post_lock_window', 150 ); 1189 1189 1190 1190 if ( $time && $time > time() - $time_window && $user != get_current_user_id() )
Note: See TracChangeset
for help on using the changeset viewer.