From 82ee734e8bd72ba3dc85660aeadabe144ace3768 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 16 Jul 2022 20:13:10 +0000 Subject: [PATCH] Permalinks: Add a guiding paragraph on the Permalink Settings screen. This is intended as an introduction to permalink structure selection. Props kebbet, costdev, hasanuzzamanshamim, mukesh27. Fixes #55947. Built from https://develop.svn.wordpress.org/trunk@53711 git-svn-id: http://core.svn.wordpress.org/trunk@53270 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-permalink.php | 9 +++++++++ wp-includes/version.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 71a654bc4b..3b5f6fd251 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -320,6 +320,15 @@ $tag_added = __( '%s added to permalink structure' ); $tag_already_used = __( '%s (already used in permalink structure)' ); ?>

+

+%postname%' +); +?> +

diff --git a/wp-includes/version.php b/wp-includes/version.php index d82127e5bb..99f3e776a3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53710'; +$wp_version = '6.1-alpha-53711'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.