From b247cafd917b849b55fca3c204e446606b5f195f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 3 Jun 2020 10:38:09 +0000 Subject: [PATCH] Docs: Correct `@since` version for `available_permalink_structure_tags` filter. Follow-up to [41182]. Props tiagohillebrandt, sabernhardt. Fixes #42624. Built from https://develop.svn.wordpress.org/trunk@47893 git-svn-id: http://core.svn.wordpress.org/trunk@47667 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 9192d564be..a52e95ebb7 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -276,7 +276,7 @@ $structures = array( /** * Filters the list of available permalink structure tags on the Permalinks settings page. * - * @since 4.8.0 + * @since 4.9.0 * * @param string[] $available_tags An array of key => value pairs of available permalink structure tags. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index f854930b16..a0dafc6466 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47892'; +$wp_version = '5.5-alpha-47893'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.