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:
Sergey Biryukov 2017-01-07 13:10:40 +00:00
parent 72d02115f7
commit 57dafabdc6
1 changed files with 1 additions and 1 deletions

View File

@ -1977,7 +1977,7 @@ function get_theme_starter_content() {
'title' => _x( 'Home', 'Theme starter content' ),
'url' => home_url(),
),
'page_home' => array( // Deprecated in favor of home_link.
'page_home' => array( // Deprecated in favor of link_home.
'type' => 'post_type',
'object' => 'page',
'object_id' => '{{home}}',