Make WordPress Core

Changeset 39751


Ignore:
Timestamp:
01/07/2017 01:10:40 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Customize: Correct a comment in get_theme_starter_content() added in [39561].

The item name is link_home, not home_link.

See #39104.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme.php

    r39692 r39751  
    19781978                'url' => home_url(),
    19791979            ),
    1980             'page_home' => array( // Deprecated in favor of home_link.
     1980            'page_home' => array( // Deprecated in favor of link_home.
    19811981                'type' => 'post_type',
    19821982                'object' => 'page',
Note: See TracChangeset for help on using the changeset viewer.