Changeset 37132
- Timestamp:
- 03/30/2016 04:07:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src/wp-admin/network/settings.php
r25616 r37132 225 225 <th scope="row"><label for="first_comment_author"><?php _e( 'First Comment Author' ) ?></label></th> 226 226 <td> 227 <input type="text" size="40" name="first_comment_author" id="first_comment_author" value="<?php echo get_site_option('first_comment_author')?>" />227 <input type="text" size="40" name="first_comment_author" id="first_comment_author" value="<?php echo esc_attr( get_site_option('first_comment_author') ); ?>" /> 228 228 <br /> 229 229 <?php _e( 'The author of the first comment on a new site.' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.