Ticket #22474: 22474.diff
File 22474.diff, 586 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/upgrade.php
146 146 'post_date_gmt' => $now_gmt, 147 147 'post_content' => $first_post, 148 148 'post_excerpt' => '', 149 'post_title' => __('Hello world!'),149 'post_title' => __('Hello World!'), 150 150 /* translators: Default post slug */ 151 151 'post_name' => sanitize_title( _x('hello-world', 'Default post slug') ), 152 152 'post_modified' => $now,