Grammar fix, s/A item/An item/. Props aaroncampbell. See #11838
git-svn-id: https://develop.svn.wordpress.org/trunk@13162 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
343b2b1251
commit
a64273f056
@ -11,7 +11,7 @@ if ( !defined('ABSPATH') )
|
||||
die('-1');
|
||||
|
||||
if ( empty($tag_ID) ) { ?>
|
||||
<div id="message" class="updated"><p><strong><?php _e('A item was not selected for editing.'); ?></strong></p></div>
|
||||
<div id="message" class="updated"><p><strong><?php _e('An item was not selected for editing.'); ?></strong></p></div>
|
||||
<?php
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user