Changeset 37888 for trunk/src/wp-admin/network/settings.php
- Timestamp:
- 06/28/2016 10:02:19 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/network/settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r37488 r37888 63 63 'welcome_email', 'welcome_user_email', 'fileupload_maxk', 'global_terms_enabled', 64 64 'illegal_names', 'limited_email_domains', 'banned_email_domains', 'WPLANG', 'admin_email', 65 'first_comment_email', 65 66 ); 66 67 … … 262 263 <p class="description" id="first-comment-author-desc"> 263 264 <?php _e( 'The author of the first comment on a new site.' ) ?> 265 </p> 266 </td> 267 </tr> 268 <tr> 269 <th scope="row"><label for="first_comment_email"><?php _e( 'First Comment Email' ) ?></label></th> 270 <td> 271 <input type="text" size="40" name="first_comment_email" id="first_comment_email" aria-describedby="first-comment-email-desc" value="<?php echo esc_attr( get_site_option( 'first_comment_email' ) ); ?>" /> 272 <p class="description" id="first-comment-email-desc"> 273 <?php _e( 'The email address of the first comment author on a new site.' ) ?> 264 274 </p> 265 275 </td>
Note: See TracChangeset
for help on using the changeset viewer.