Ticket #39107: 39107.diff
| File 39107.diff, 798 bytes (added by , 9 years ago) |
|---|
-
wp-includes/theme.php
2060 2060 'homepage-section' => array( 2061 2061 'post_type' => 'page', 2062 2062 'post_title' => _x( 'A homepage section', 'Theme starter content' ), 2063 'post_content' => _x( 'This is an example of a homepage section. Homepage section scan 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' ), 2064 2064 ), 2065 2065 ), 2066 2066 );