Make WordPress Core

Ticket #22474: 22474.diff

File 22474.diff, 586 bytes (added by ryanduff, 12 years ago)
  • wp-admin/includes/upgrade.php

     
    146146                                                                'post_date_gmt' => $now_gmt,
    147147                                                                'post_content' => $first_post,
    148148                                                                'post_excerpt' => '',
    149                                                                 'post_title' => __('Hello world!'),
     149                                                                'post_title' => __('Hello World!'),
    150150                                                                /* translators: Default post slug */
    151151                                                                'post_name' => sanitize_title( _x('hello-world', 'Default post slug') ),
    152152                                                                'post_modified' => $now,