Fix typo in [13471]. Props miqrogroove, see #12417
git-svn-id: http://svn.automattic.com/wordpress/trunk@13472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
473ef7d459
commit
833f47778f
|
@ -184,7 +184,7 @@ foreach ( (array) $options as $option ) :
|
|||
$name = esc_attr( $option->option_name );
|
||||
echo "
|
||||
<tr>
|
||||
<th scope='row'><label for='$'>" . esc_html( $option->option_name ) . "</label></th>
|
||||
<th scope='row'><label for='$name'>" . esc_html( $option->option_name ) . "</label></th>
|
||||
<td>";
|
||||
if ( strpos( $value, "\n" ) !== false )
|
||||
echo "<textarea class='$class' name='$name' id='$name' cols='30' rows='5'>" . wp_htmledit_pre( $value ) . "</textarea>";
|
||||
|
|
Loading…
Reference in New Issue