Changeset 56943 for trunk/tests/phpunit/includes/object-cache.php
- Timestamp:
- 10/16/2023 03:15:14 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/object-cache.php
r56161 r56943 821 821 * 822 822 * @param int $blog_id Blog to switch to. 823 * @return void824 823 */ 825 824 function wp_cache_switch_to_blog( $blog_id ) { … … 833 832 * 834 833 * @global WP_Object_Cache $wp_object_cache WordPress Object Cache 835 * @return void836 834 */ 837 835 function wp_cache_init() { … … 844 842 * 845 843 * @param string|array $groups A group or an array of groups to add. 846 * @return void847 844 */ 848 845 function wp_cache_add_global_groups( $groups ) { … … 855 852 * 856 853 * @param string|array $groups A group or an array of groups to add. 857 * @return void858 854 */ 859 855 function wp_cache_add_non_persistent_groups( $groups ) { … … 2330 2326 * 2331 2327 * @param array $groups Array of groups. 2332 * @return void2333 2328 */ 2334 2329 public function add_global_groups( $groups ) { … … 2350 2345 * 2351 2346 * @param array $groups Array of groups. 2352 * @return void2353 2347 */ 2354 2348 public function add_non_persistent_groups( $groups ) { … … 2382 2376 * 2383 2377 * @param int $blog_id Blog to switch to. 2384 * @return void2385 2378 */ 2386 2379 public function switch_to_blog( $blog_id ) {
Note: See TracChangeset
for help on using the changeset viewer.