Ticket #22327: 22327.2.patch
File 22327.2.patch, 597 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/template.php
1113 1113 foreach ( (array) $wp_settings_fields[$page][$section] as $field ) { 1114 1114 echo '<tr valign="top">'; 1115 1115 if ( !empty($field['args']['label_for']) ) 1116 echo '<th scope="row"><label for="' . $field['args']['label_for']. '">' . $field['title'] . '</label></th>';1116 echo '<th scope="row"><label for="' . esc_attr( $field['args']['label_for'] ) . '">' . $field['title'] . '</label></th>'; 1117 1117 else 1118 1118 echo '<th scope="row">' . $field['title'] . '</th>'; 1119 1119 echo '<td>';