Grammar fix, s/A item/An item/. Props aaroncampbell. See #11838
git-svn-id: http://svn.automattic.com/wordpress/trunk@13162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
02834b7206
commit
a09a3d513c
|
@ -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