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:
nacin 2010-02-27 22:54:40 +00:00
parent 473ef7d459
commit 833f47778f
1 changed files with 1 additions and 1 deletions

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