mirror of
git://develop.git.wordpress.org/
synced 2025-03-15 01:19:51 +01:00
Multisite: Improve escaping in network settings.
git-svn-id: https://develop.svn.wordpress.org/trunk@37124 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
826b822214
commit
914df85ab4
@ -258,7 +258,7 @@ if ( isset( $_GET['updated'] ) ) {
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="first_comment_author"><?php _e( 'First Comment Author' ) ?></label></th>
|
<th scope="row"><label for="first_comment_author"><?php _e( 'First Comment Author' ) ?></label></th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" size="40" name="first_comment_author" id="first_comment_author" aria-describedby="first-comment-author-desc" value="<?php echo get_site_option('first_comment_author') ?>" />
|
<input type="text" size="40" name="first_comment_author" id="first_comment_author" aria-describedby="first-comment-author-desc" value="<?php echo esc_attr( get_site_option('first_comment_author') ); ?>" />
|
||||||
<p class="description" id="first-comment-author-desc">
|
<p class="description" id="first-comment-author-desc">
|
||||||
<?php _e( 'The author of the first comment on a new site.' ) ?>
|
<?php _e( 'The author of the first comment on a new site.' ) ?>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user