From 4ac1670efe55600142f69bd3abb4d45644d77069 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 3 Jun 2020 10:36:32 +0000 Subject: [PATCH] Docs: Correct `@since` version for `available_permalink_structure_tags` filter. Follow-up to [41182]. Props tiagohillebrandt, sabernhardt. Fixes #42624. git-svn-id: https://develop.svn.wordpress.org/trunk@47893 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/options-permalink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/options-permalink.php b/src/wp-admin/options-permalink.php index 9192d564be..a52e95ebb7 100644 --- a/src/wp-admin/options-permalink.php +++ b/src/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. */