Fix typo in [13471]. Props miqrogroove, see #12417

git-svn-id: https://develop.svn.wordpress.org/trunk@13472 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-02-27 22:54:40 +00:00
parent ae12391427
commit 7bf76c1e79

View File

@ -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>";