s/example-about-page/sample-page/. see #14973.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16959 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4cc8f440e4
commit
d3d0fe2e2e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue