diff --git a/src/wp-admin/options-reading.php b/src/wp-admin/options-reading.php index ccc6d1fcac..005f1a9692 100644 --- a/src/wp-admin/options-reading.php +++ b/src/wp-admin/options-reading.php @@ -24,6 +24,7 @@ get_current_screen()->add_help_tab( 'title' => __( 'Overview' ), 'content' => '
' . __( 'This screen contains the settings that affect the display of your content.' ) . '
' . '' . sprintf( + /* translators: %s: URL to Pages screen */ __( '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 Pages. One will become the homepage, and the other will be where your posts are displayed.' ), 'post-new.php?post_type=page' ) . '
' .