summaryrefslogtreecommitdiffstats
path: root/wp-admin/edit-tags.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/edit-tags.php')
-rw-r--r--wp-admin/edit-tags.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php
index b50269b..fffe7ca 100644
--- a/wp-admin/edit-tags.php
+++ b/wp-admin/edit-tags.php
@@ -133,6 +133,7 @@ endif; ?>
<?php endif; ?>
<p id="post-search">
+ <label class="hidden" for="post-search-input"><?php _e( 'Search Tags' ); ?>:</label>
<input type="text" id="post-search-input" name="s" value="<?php echo attribute_escape(stripslashes($_GET['s'])); ?>" />
<input type="submit" value="<?php _e( 'Search Tags' ); ?>" class="button" />
</p>
@@ -172,7 +173,7 @@ if ( $page_links )
<table class="widefat">
<thead>
<tr>
- <th scope="col" class="check-column"><input type="checkbox" onclick="checkAll(document.getElementById('posts-filter'));" /></th>
+ <th scope="col" class="check-column"><input type="checkbox" /></th>
<th scope="col"><?php _e('Name') ?></th>
<th scope="col" class="num" style="width: 90px"><?php _e('Posts') ?></th>
</tr>