Make WordPress Core

Changeset 45913


Ignore:
Timestamp:
08/29/2019 09:36:00 PM (5 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add missing translator comment in help text on Reading Settings screen.

Props garrett-eclipse.
See #46708.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-reading.php

    r45912 r45913  
    2525        'content' => '<p>' . __( 'This screen contains the settings that affect the display of your content.' ) . '</p>' .
    2626            '<p>' . sprintf(
     27                /* translators: %s: URL to Pages screen */
    2728                __( 'You can choose what&#8217;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.' ),
    2829                'post-new.php?post_type=page'
Note: See TracChangeset for help on using the changeset viewer.