Ticket #28975: 28975_01.patch
File 28975_01.patch, 566 bytes (added by , 11 years ago) |
---|
-
wp-admin/includes/template.php
1281 1281 return; 1282 1282 1283 1283 foreach ( (array) $wp_settings_fields[$page][$section] as $field ) { 1284 echo '<tr >';1284 echo '<tr class="' . esc_attr( $field['id'] ) . '">'; 1285 1285 if ( !empty($field['args']['label_for']) ) 1286 1286 echo '<th scope="row"><label for="' . esc_attr( $field['args']['label_for'] ) . '">' . $field['title'] . '</label></th>'; 1287 1287 else