Make WordPress Core


Ignore:
Timestamp:
11/24/2020 09:25:46 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Upgrade more parameters in docblocks to used typed array notation.

See #51800, #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/cache.php

    r48586 r49693  
    248248 * @global WP_Object_Cache $wp_object_cache Object cache global instance.
    249249 *
    250  * @param string|array $groups A group or an array of groups to add.
     250 * @param string|string[] $groups A group or an array of groups to add.
    251251 */
    252252function wp_cache_add_global_groups( $groups ) {
     
    261261 * @since 2.6.0
    262262 *
    263  * @param string|array $groups A group or an array of groups to add.
     263 * @param string|string[] $groups A group or an array of groups to add.
    264264 */
    265265function wp_cache_add_non_persistent_groups( $groups ) {
Note: See TracChangeset for help on using the changeset viewer.