I18N: Make punctuation in some wp-admin strings more consistent.
Props pedromendonca. Fixes #47358. Built from https://develop.svn.wordpress.org/trunk@45382 git-svn-id: http://core.svn.wordpress.org/trunk@45193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -108,7 +108,7 @@ if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) {
|
||||
if ( isset( $_REQUEST['deleted'] ) ) {
|
||||
echo '<div id="message" class="updated notice is-dismissible"><p>';
|
||||
$deleted = (int) $_REQUEST['deleted'];
|
||||
printf( _n( '%s link deleted.', '%s links deleted', $deleted ), $deleted );
|
||||
printf( _n( '%s link deleted.', '%s links deleted.', $deleted ), $deleted );
|
||||
echo '</p></div>';
|
||||
$_SERVER['REQUEST_URI'] = remove_query_arg( array( 'deleted' ), $_SERVER['REQUEST_URI'] );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user