Ticket #36702: 36702.diff
File 36702.diff, 676 bytes (added by , 8 years ago) |
---|
-
wp-admin/includes/upgrade.php
191 191 $wpdb->insert( $wpdb->term_relationships, array('term_taxonomy_id' => $cat_tt_id, 'object_id' => 1) ); 192 192 193 193 // Default comment 194 $first_comment_author = __(' Mr WordPress');194 $first_comment_author = __('A WordPress Commentor'); 195 195 $first_comment_url = 'https://wordpress.org/'; 196 196 $first_comment = __('Hi, this is a comment. 197 197 To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.');