Validation fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@3151 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
65f30e4b67
commit
b64d258a5a
|
@ -377,7 +377,6 @@ form {
|
|||
}
|
||||
#descr {
|
||||
height: 35px;
|
||||
v-align: top;
|
||||
}
|
||||
#buttons {
|
||||
width: 98%;
|
||||
|
@ -455,7 +454,7 @@ form {
|
|||
<td><input type="text" id="title" name="imgtitle" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row" style="text-align: right;"><label for="descr"><?php _e('Description:'); ?></th>
|
||||
<th scope="row" style="text-align: right;"><label for="descr"><?php _e('Description:'); ?></label></th>
|
||||
<td><input type="textarea" name="descr" id="descr" value="" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue