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

Props ramiy.
Fixes #49247.
Built from https://develop.svn.wordpress.org/trunk@47092


git-svn-id: http://core.svn.wordpress.org/trunk@46892 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-01-20 15:10:04 +00:00
parent cf249b07ed
commit c946a71d9d
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ get_current_screen()->add_help_tab(
'title' => __( 'Permalink Settings' ),
'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>' .
'<p>' . sprintf(
/* translators: '%' character. */
/* translators: %s: Percent sign (%). */
__( '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.' ),
'<code>%</code>'
) . '</p>' .

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-47091';
$wp_version = '5.4-alpha-47092';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.