Changeset 52705 for trunk/src/wp-includes/class-wp-object-cache.php
- Timestamp:
- 02/11/2022 06:31:48 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-object-cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-object-cache.php
r52703 r52705 462 462 * @since 3.0.0 463 463 * 464 * @deprecated 3.5.0 Use switch_to_blog()464 * @deprecated 3.5.0 Use WP_Object_Cache::switch_to_blog() 465 465 * @see switch_to_blog() 466 466 */ 467 467 public function reset() { 468 _deprecated_function( __FUNCTION__, '3.5.0', ' switch_to_blog()' );468 _deprecated_function( __FUNCTION__, '3.5.0', 'WP_Object_Cache::switch_to_blog()' ); 469 469 470 470 // Clear out non-global caches since the blog ID has changed.
Note: See TracChangeset
for help on using the changeset viewer.