Customize: Correct a comment in get_theme_starter_content()
added in [39561].
The item name is `link_home`, not `home_link`. See #39104. git-svn-id: https://develop.svn.wordpress.org/trunk@39751 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
72d02115f7
commit
57dafabdc6
@ -1977,7 +1977,7 @@ function get_theme_starter_content() {
|
|||||||
'title' => _x( 'Home', 'Theme starter content' ),
|
'title' => _x( 'Home', 'Theme starter content' ),
|
||||||
'url' => home_url(),
|
'url' => home_url(),
|
||||||
),
|
),
|
||||||
'page_home' => array( // Deprecated in favor of home_link.
|
'page_home' => array( // Deprecated in favor of link_home.
|
||||||
'type' => 'post_type',
|
'type' => 'post_type',
|
||||||
'object' => 'page',
|
'object' => 'page',
|
||||||
'object_id' => '{{home}}',
|
'object_id' => '{{home}}',
|
||||||
|
Loading…
Reference in New Issue
Block a user