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.