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.