mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Merge style attributes. Props Quandary. fixes #6214
git-svn-id: http://svn.automattic.com/wordpress/trunk@7279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e077b57335
commit
b4a795bb5c
@ -768,7 +768,7 @@ function meta_form() {
|
|||||||
<th><?php _e( 'Value' ) ?></th>
|
<th><?php _e( 'Value' ) ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td style="text-align: right;" style="width: 18%;">
|
<td style="text-align: right; width: 18%;">
|
||||||
<?php if ( $keys ) : ?>
|
<?php if ( $keys ) : ?>
|
||||||
<select id="metakeyselect" name="metakeyselect" tabindex="7">
|
<select id="metakeyselect" name="metakeyselect" tabindex="7">
|
||||||
<option value="#NONE#"><?php _e( '- Select -' ); ?></option>
|
<option value="#NONE#"><?php _e( '- Select -' ); ?></option>
|
||||||
|
Loading…
Reference in New Issue
Block a user