mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
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:
parent
72b5018aa3
commit
b247cafd91
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user