diff -r 34716fd837a4 -r be944660c56a wp/wp-includes/cache.php --- a/wp/wp-includes/cache.php Tue Dec 15 15:52:01 2020 +0100 +++ b/wp/wp-includes/cache.php Wed Sep 21 18:19:35 2022 +0200 @@ -247,7 +247,7 @@ * @see WP_Object_Cache::add_global_groups() * @global WP_Object_Cache $wp_object_cache Object cache global instance. * - * @param string|array $groups A group or an array of groups to add. + * @param string|string[] $groups A group or an array of groups to add. */ function wp_cache_add_global_groups( $groups ) { global $wp_object_cache; @@ -260,7 +260,7 @@ * * @since 2.6.0 * - * @param string|array $groups A group or an array of groups to add. + * @param string|string[] $groups A group or an array of groups to add. */ function wp_cache_add_non_persistent_groups( $groups ) { // Default cache doesn't persist so nothing to do here.