Make WordPress Core


Ignore:
Timestamp:
03/22/2008 09:14:49 AM (18 years ago)
Author:
westi
Message:

Improve the tabindex's on the Write>Post page. Need to do the others too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r7468 r7472  
    193193        ?>
    194194
    195         <li id="<?php echo $id; ?>">
     195        <li id="<?php echo $id; ?>" >
    196196            <label class="selectit" for="in-<?php echo $id; ?>">
    197                 <input id="in-<?php echo $id; ?>" type="checkbox" value="<?php echo (int) $category->term_id; ?>" />
     197            <input id="in-<?php echo $id; ?>" type="checkbox" value="<?php echo (int) $category->term_id; ?>" />
    198198                <?php echo wp_specialchars( apply_filters( 'the_category', $category->name ) ); ?>
    199199            </label>
Note: See TracChangeset for help on using the changeset viewer.