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
This commit is contained in:
Sergey Biryukov 2020-06-03 10:38:09 +00:00
parent 72b5018aa3
commit b247cafd91
2 changed files with 2 additions and 2 deletions

View File

@ -276,7 +276,7 @@ $structures = array(
/** /**
* Filters the list of available permalink structure tags on the Permalinks settings page. * 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. * @param string[] $available_tags An array of key => value pairs of available permalink structure tags.
*/ */

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.