Docs: Fix typo in `wp_cache_switch_to_blog()` and `WP_Object_Cache::switch_to_blog()` description.
Props bobbingwide. Fixes #36548. Built from https://develop.svn.wordpress.org/trunk@37216 git-svn-id: http://core.svn.wordpress.org/trunk@37182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a0eab11bc1
commit
fc9d56c13f
|
@ -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.
|
||||
*
|
||||
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.6-alpha-37215';
|
||||
$wp_version = '4.6-alpha-37216';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue