Changeset 49693 for trunk/src/wp-includes/cache.php
- Timestamp:
- 11/24/2020 09:25:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/cache.php
r48586 r49693 248 248 * @global WP_Object_Cache $wp_object_cache Object cache global instance. 249 249 * 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. 251 251 */ 252 252 function wp_cache_add_global_groups( $groups ) { … … 261 261 * @since 2.6.0 262 262 * 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. 264 264 */ 265 265 function wp_cache_add_non_persistent_groups( $groups ) {
Note: See TracChangeset
for help on using the changeset viewer.