I18N: Correct translator comment in wp-admin/options-permalink.php
.
Props ramiy. Fixes #49247. git-svn-id: https://develop.svn.wordpress.org/trunk@47092 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
26f27a24d8
commit
49402824a1
@ -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>' .
|
||||
|
Loading…
Reference in New Issue
Block a user