Make WordPress Core


Ignore:
Timestamp:
03/25/2018 06:09:56 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-permalink.php

    r42343 r42875  
    257257                 * @since 4.8.0
    258258                 *
    259                  * @param array $available_tags A key => value pair of available permalink structure tags.
     259                 * @param string[] $available_tags An array of key => value pairs of available permalink structure tags.
    260260                 */
    261261                $available_tags = apply_filters( 'available_permalink_structure_tags', $available_tags );
Note: See TracChangeset for help on using the changeset viewer.