web/wp-admin/edit-tag-form.php
changeset 204 09a1c134465b
parent 194 32102edaa81b
--- a/web/wp-admin/edit-tag-form.php	Wed Dec 19 12:35:13 2012 -0800
+++ b/web/wp-admin/edit-tag-form.php	Wed Dec 19 17:46:52 2012 -0800
@@ -62,7 +62,7 @@
 		<tr class="form-field">
 			<th scope="row" valign="top"><label for="description"><?php _ex('Description', 'Taxonomy Description'); ?></label></th>
 			<td><textarea name="description" id="description" rows="5" cols="50" class="large-text"><?php echo $tag->description; // textarea_escaped ?></textarea><br />
-			<span class="description"><?php _e('The description is not prominent by default, however some themes may show it.'); ?></span></td>
+			<span class="description"><?php _e('The description is not prominent by default; however, some themes may show it.'); ?></span></td>
 		</tr>
 		<?php
 		// Back compat hooks
@@ -91,3 +91,6 @@
 ?>
 </form>
 </div>
+<script type="text/javascript">
+try{document.forms.edittag.name.focus();}catch(e){}
+</script>