mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Administration: Replace contracted verb forms for better consistency.
Previously: [52979], [52978]. Props sabernhardt. See #30796. git-svn-id: https://develop.svn.wordpress.org/trunk@55977 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2378,7 +2378,7 @@ function get_theme_starter_content() {
|
||||
'post_title' => _x( 'About', 'Theme starter content' ),
|
||||
'post_content' => sprintf(
|
||||
"<!-- wp:paragraph -->\n<p>%s</p>\n<!-- /wp:paragraph -->",
|
||||
_x( 'You might be an artist who would like to introduce yourself and your work here or maybe you’re a business with a mission to describe.', 'Theme starter content' )
|
||||
_x( 'You might be an artist who would like to introduce yourself and your work here or maybe you are a business with a mission to describe.', 'Theme starter content' )
|
||||
),
|
||||
),
|
||||
'contact' => array(
|
||||
|
||||
Reference in New Issue
Block a user