Docs: Fix typo in wp_cache_switch_to_blog()
and WP_Object_Cache::switch_to_blog()
description.
Props bobbingwide. Fixes #36548. git-svn-id: https://develop.svn.wordpress.org/trunk@37216 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d0ce9b88fa
commit
4669eb2706
@ -200,7 +200,7 @@ function wp_cache_set( $key, $data, $group = '', $expire = 0 ) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Switches the interal blog ID.
|
* Switches the internal blog ID.
|
||||||
*
|
*
|
||||||
* This changes the blog id used to create keys in blog specific groups.
|
* This changes the blog id used to create keys in blog specific groups.
|
||||||
*
|
*
|
||||||
@ -697,7 +697,7 @@ class WP_Object_Cache {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Switches the interal blog ID.
|
* Switches the internal blog ID.
|
||||||
*
|
*
|
||||||
* This changes the blog ID used to create keys in blog specific groups.
|
* This changes the blog ID used to create keys in blog specific groups.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user