[wp-trac] [WordPress Trac] #30486: Missing label associations throughout network admin

WordPress Trac noreply at wordpress.org
Mon Jan 12 20:28:17 UTC 2015


#30486: Missing label associations throughout network admin
-------------------------+-------------------------------------------------
 Reporter:  cfoellmann   |       Owner:
     Type:  defect       |      Status:  new
  (bug)                  |   Milestone:  4.2
 Priority:  normal       |     Version:  4.0
Component:  Networks     |  Resolution:
  and Sites              |     Focuses:  ui, accessibility, administration,
 Severity:  normal       |  multisite
 Keywords:  has-patch    |
  dev-feedback           |
-------------------------+-------------------------------------------------

Comment (by rianrietveld):

 @jeremyfelt Thanks for this work :-) We found a few bugs:
 In ms.php

 {{{
 <th><label for="blog_upload_space"><?php _e( 'Site Upload Space Quota ');
 ?></th>
 }}}

 Missing a </label>

 In site-info.php, if the Domain and Path are already filled out the input
 field changes to <code> Then there are labels with no input fields
 assigned.


 {{{
 <th scope="row"><?php _e( 'Domain' ) ?></th>
 <th scope="row"><label for="domain"><?php _e( 'Domain' ) ?></label></th>
 <td><code><?php echo $parsed['scheme'] . '://' . esc_attr(
 $details->domain ) ?></code></td>
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30486#comment:15>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list