Skip to content

Commit 4669eb2

Browse files
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
1 parent d0ce9b8 commit 4669eb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-includes/cache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ function wp_cache_set( $key, $data, $group = '', $expire = 0 ) {
200200
}
201201

202202
/**
203-
* Switches the interal blog ID.
203+
* Switches the internal blog ID.
204204
*
205205
* This changes the blog id used to create keys in blog specific groups.
206206
*
@@ -697,7 +697,7 @@ public function stats() {
697697
}
698698

699699
/**
700-
* Switches the interal blog ID.
700+
* Switches the internal blog ID.
701701
*
702702
* This changes the blog ID used to create keys in blog specific groups.
703703
*

0 commit comments

Comments
 (0)