Changeset 45926 for trunk/src/wp-admin/post.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/post.php
r45742 r45926 246 246 if ( $user_id ) { 247 247 $user = get_userdata( $user_id ); 248 /* translators: %s: user's display name */ 248 249 wp_die( sprintf( __( 'You cannot move this item to the Trash. %s is currently editing.' ), $user->display_name ) ); 249 250 }
Note: See TracChangeset
for help on using the changeset viewer.