mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Use one space, not two, after trailing punctuation. fixes #19537
git-svn-id: https://develop.svn.wordpress.org/trunk@19593 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -161,7 +161,7 @@ for ( $i = 1; $i <= $count; $i++ ) {
|
||||
$user = new WP_User($post_author);
|
||||
$post_status = ( $user->has_cap('publish_posts') ) ? 'publish' : 'pending';
|
||||
} else {
|
||||
// Author not found in DB, set status to pending. Author already set to admin.
|
||||
// Author not found in DB, set status to pending. Author already set to admin.
|
||||
$post_status = 'pending';
|
||||
}
|
||||
|
||||
@@ -226,7 +226,7 @@ for ( $i = 1; $i <= $count; $i++ ) {
|
||||
$pop3->reset();
|
||||
exit;
|
||||
} else {
|
||||
echo '<p>' . sprintf(__('Mission complete. Message <strong>%s</strong> deleted.'), $i) . '</p>';
|
||||
echo '<p>' . sprintf(__('Mission complete. Message <strong>%s</strong> deleted.'), $i) . '</p>';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user