diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 11ae50f0c9..b9a69678ff 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -32,7 +32,7 @@ get_current_screen()->add_help_tab( 'title' => __( 'Permalink Settings' ), 'content' => '
' . __( '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.' ) . '
' . '' . 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.' ),
'%
'
) . '