Make WordPress Core

Changeset 17235


Ignore:
Timestamp:
01/07/2011 04:47:39 PM (15 years ago)
Author:
nacin
Message:

Err, oops. Put the class on the table row. props yoast, see [17234], see #16004.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r17234 r17235  
    214214</tr>
    215215<?php endif; ?>
    216 <tr>
    217 <th scope="row" class="show-admin-bar"><?php _e('Show Admin Bar')?></th>
     216<tr class="show-admin-bar">
     217<th scope="row"><?php _e('Show Admin Bar')?></th>
    218218<td><fieldset><legend class="screen-reader-text"><span><?php _e('Show Admin Bar') ?></span></legend>
    219219<label for="admin_bar_front">
Note: See TracChangeset for help on using the changeset viewer.