mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
I18N: Capitalize translator comments consistently, add trailing punctuation.
Includes minor code layout fixes. See #44360. git-svn-id: https://develop.svn.wordpress.org/trunk@45932 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -245,7 +245,7 @@ switch ( $action ) {
|
||||
$user_id = wp_check_post_lock( $post_id );
|
||||
if ( $user_id ) {
|
||||
$user = get_userdata( $user_id );
|
||||
/* translators: %s: user's display name */
|
||||
/* translators: %s: User's display name. */
|
||||
wp_die( sprintf( __( 'You cannot move this item to the Trash. %s is currently editing.' ), $user->display_name ) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user