Make WordPress Core

Ticket #39107: 39107.diff

File 39107.diff, 798 bytes (added by dimadin, 9 years ago)
  • wp-includes/theme.php

     
    20602060                        'homepage-section' => array(
    20612061                                'post_type' => 'page',
    20622062                                'post_title' => _x( 'A homepage section', 'Theme starter content' ),
    2063                                 'post_content' => _x( 'This is an example of a homepage section. Homepage sections can be any page other than the homepage itself, including the page that shows your latest blog posts.', 'Theme starter content' ),
     2063                                'post_content' => _x( 'This is an example of a homepage section. Homepage section can be any page other than the homepage itself, including the page that shows your latest blog posts.', 'Theme starter content' ),
    20642064                        ),
    20652065                ),
    20662066        );