Make WordPress Core


Ignore:
Timestamp:
05/04/2008 10:37:06 AM (17 years ago)
Author:
westi
Message:

Associate lables with form fields. Fixes #6859 props MarcoZ.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/theme-editor.php

    r7304 r7883  
    9393    <h2><?php _e('Theme Editor'); ?></h2>
    9494    <form id="themeselector" name="theme" action="theme-editor.php" method="post">
    95         <strong><?php _e('Select theme to edit:'); ?> </strong>
     95        <strong><label for="theme"><?php _e('Select theme to edit:'); ?> </label></strong>
    9696        <select name="theme" id="theme">
    9797<?php
Note: See TracChangeset for help on using the changeset viewer.