Changeset 21234 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 07/09/2012 03:19:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r20704 r21234 225 225 $first_comment_author = __('Mr WordPress'); 226 226 $first_comment_url = 'http://wordpress.org/'; 227 $first_comment = __('Hi, this is a comment.<br />To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.'); 227 $first_comment = __('Hi, this is a comment. 228 To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.'); 228 229 if ( is_multisite() ) { 229 230 $first_comment_author = get_site_option( 'first_comment_author', $first_comment_author );
Note: See TracChangeset
for help on using the changeset viewer.