Make WordPress Core


Ignore:
Timestamp:
11/16/2016 12:28:27 AM (8 years ago)
Author:
helen
Message:

Theme starter content: Refine the content for pages.

see #38615.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/functions.php

    r39255 r39260  
    123123        'posts' => array(
    124124            'home',
    125             'about-us',
    126             'contact-us',
     125            'about',
     126            'contact',
    127127            'blog',
    128128            'homepage-section',
     
    137137        'theme_mods' => array(
    138138            'panel_1' => '{{homepage-section}}',
    139             'panel_2' => '{{about-us}}',
     139            'panel_2' => '{{about}}',
    140140            'panel_3' => '{{blog}}',
    141             'panel_4' => '{{contact-us}}',
     141            'panel_4' => '{{contact}}',
    142142        ),
    143143
Note: See TracChangeset for help on using the changeset viewer.