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