s/example-about-page/sample-page/. see #14973.

git-svn-id: https://develop.svn.wordpress.org/trunk@16959 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-15 17:55:49 +00:00
parent a653754287
commit 951bc1b23b

View File

@ -261,9 +261,9 @@ As a new WordPress user, you should go to <a href=\"%s\">your dashboard</a> to d
'post_date_gmt' => $now_gmt,
'post_content' => $first_page,
'post_excerpt' => '',
'post_title' => __( 'Example About Page' ),
'post_title' => __( 'Sample Page' ),
/* translators: Default page slug */
'post_name' => __( 'example-about-page' ),
'post_name' => __( 'sample-page' ),
'post_modified' => $now,
'post_modified_gmt' => $now_gmt,
'guid' => $first_post_guid,