Changeset 27029 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 01/24/2014 07:05:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r26868 r27029 1168 1168 1169 1169 foreach ( (array) $wp_settings_fields[$page][$section] as $field ) { 1170 echo '<tr valign="top">';1170 echo '<tr>'; 1171 1171 if ( !empty($field['args']['label_for']) ) 1172 1172 echo '<th scope="row"><label for="' . esc_attr( $field['args']['label_for'] ) . '">' . $field['title'] . '</label></th>';
Note: See TracChangeset
for help on using the changeset viewer.