Make WordPress Core

Ticket #36702: 36702.diff

File 36702.diff, 676 bytes (added by Ipstenu, 8 years ago)

Change 'Mr WordPress' to 'A WordPress Commentor'

  • wp-admin/includes/upgrade.php

     
    191191        $wpdb->insert( $wpdb->term_relationships, array('term_taxonomy_id' => $cat_tt_id, 'object_id' => 1) );
    192192
    193193        // Default comment
    194         $first_comment_author = __('Mr WordPress');
     194        $first_comment_author = __('A WordPress Commentor');
    195195        $first_comment_url = 'https://wordpress.org/';
    196196        $first_comment = __('Hi, this is a comment.
    197197To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.');