Changeset 45913
- Timestamp:
- 08/29/2019 09:36:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-reading.php
r45912 r45913 25 25 'content' => '<p>' . __( 'This screen contains the settings that affect the display of your content.' ) . '</p>' . 26 26 '<p>' . sprintf( 27 /* translators: %s: URL to Pages screen */ 27 28 __( 'You can choose what’s displayed on the homepage of your site. It can be posts in reverse chronological order (classic blog), or a fixed/static page. To set a static homepage, you first need to create two <a href="%s">Pages</a>. One will become the homepage, and the other will be where your posts are displayed.' ), 28 29 'post-new.php?post_type=page'
Note: See TracChangeset
for help on using the changeset viewer.