Make WordPress Core


Ignore:
Timestamp:
02/22/2015 09:47:30 PM (10 years ago)
Author:
azaozz
Message:

Improve table footer tab sequence by moving <tfoot> after <tbody>. Props afercia, rianrietveld, DrewAPicture. Fixes #30914.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/nav-menus.php

    r31272 r31513  
    574574                </tr>
    575575                </thead>
    576                 <!--<tfoot>
    577                 <tr>
    578                     <th scope="col" class="manage-column column-locations"><?php _e( 'Theme Location' ); ?></th>
    579                     <th scope="col" class="manage-column column-menus"><?php _e( 'Assigned Menu' ); ?></th>
    580                 </tr>
    581                 </tfoot>-->
    582576                <tbody class="menu-locations">
    583577                <?php foreach ( $locations as $_location => $_name ) { ?>
Note: See TracChangeset for help on using the changeset viewer.