mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Document more parameters and properties using typed array notation.
See #41756 git-svn-id: https://develop.svn.wordpress.org/trunk@42875 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -256,7 +256,7 @@ $structures = array(
|
||||
*
|
||||
* @since 4.8.0
|
||||
*
|
||||
* @param array $available_tags A key => value pair of available permalink structure tags.
|
||||
* @param string[] $available_tags An array of key => value pairs of available permalink structure tags.
|
||||
*/
|
||||
$available_tags = apply_filters( 'available_permalink_structure_tags', $available_tags );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user