Changeset 40540 for trunk/src/wp-admin/options-reading.php
- Timestamp:
- 04/23/2017 02:33:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-reading.php
r38720 r40540 23 23 'content' => '<p>' . __('This screen contains the settings that affect the display of your content.') . '</p>' . 24 24 '<p>' . sprintf(__('You can choose what’s displayed on the front page of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static home page, you first need to create two <a href="%s">Pages</a>. One will become the front page, and the other will be where your posts are displayed.'), 'post-new.php?post_type=page') . '</p>' . 25 '<p>' . __('You can also control the display of your content in RSS feeds, including the maximum number sof posts to display and whether to show full text or a summary.') . '</p>' .25 '<p>' . __('You can also control the display of your content in RSS feeds, including the maximum number of posts to display and whether to show full text or a summary.') . '</p>' . 26 26 '<p>' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '</p>', 27 27 ) );
Note: See TracChangeset
for help on using the changeset viewer.