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
This commit is contained in:
Sergey Biryukov 2020-06-03 10:36:32 +00:00
parent c21a340f95
commit 4ac1670efe

View File

@ -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.
*/