From c946a71d9d565d6e7eb720666f4847a39dbc7987 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 20 Jan 2020 15:10:04 +0000 Subject: [PATCH] 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 --- wp-admin/options-permalink.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.' ), '%' ) . '

' . diff --git a/wp-includes/version.php b/wp-includes/version.php index eb213aea83..62ebc8ef75 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.