Make WordPress Core

Changeset 47092


Ignore:
Timestamp:
01/20/2020 03:08:45 PM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Correct translator comment in wp-admin/options-permalink.php.

Props ramiy.
Fixes #49247.

File:
1 edited

Legend:

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

    r46957 r47092  
    3333        'content' => '<p>' . __( 'Permalinks can contain useful information, such as the post date, title, or other elements. You can choose from any of the suggested permalink formats, or you can craft your own if you select Custom Structure.' ) . '</p>' .
    3434            '<p>' . sprintf(
    35                 /* translators: '%' character. */
     35                /* translators: %s: Percent sign (%). */
    3636                __( 'If you pick an option other than Plain, your general URL path with structure tags (terms surrounded by %s) will also appear in the custom structure field and your path can be further modified there.' ),
    3737                '<code>%</code>'
Note: See TracChangeset for help on using the changeset viewer.