Ticket #18801: 18801.diff
File 18801.diff, 637 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/template.php
1150 1150 if ( !empty($field['args']['label_for']) ) 1151 1151 echo '<th scope="row"><label for="' . $field['args']['label_for'] . '">' . $field['title'] . '</label></th>'; 1152 1152 else 1153 echo '<th scope="row"> ' . $field['title'] . '</th>';1153 echo '<th scope="row"><label for="' . $field['title'] . '">' . $field['title'] . '</th>'; 1154 1154 echo '<td>'; 1155 1155 call_user_func($field['callback'], $field['args']); 1156 1156 echo '</td>';