]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/link-manager.php
Wordpress 2.6.2
[autoinstalls/wordpress.git] / wp-admin / link-manager.php
index 42ec2017cc68755a3f608889c2d28aae498fd847..48f59f25229d91cc59659931526984ee45370ae2 100644 (file)
@@ -78,6 +78,7 @@ if ( isset($_GET['deleted']) ) {
 <h2><?php printf( __( 'Manage Links (<a href="%s">add new</a>)' ), 'link-add.php' ); ?></h2>
 
 <p id="post-search">
+       <label class="hidden" for="post-search-input"><?php _e( 'Search Links' ); ?>:</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 Links' ); ?>" class="button" />
 </p>
@@ -141,7 +142,7 @@ if ( $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>
 <?php foreach($link_columns as $column_display_name) {
        echo $column_display_name;
 } ?>