Docs: Fix multiple trivial typos throughout a variety of core files.

Props ottok.
Fixes #38489.


git-svn-id: https://develop.svn.wordpress.org/trunk@39051 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2016-10-31 06:27:53 +00:00
parent 3c97cbca24
commit 297076eda4
19 changed files with 30 additions and 30 deletions

View File

@@ -254,7 +254,7 @@ function wp_cache_add_non_persistent_groups( $groups ) {
* This function is deprecated. Use wp_cache_switch_to_blog() instead of this
* function when preparing the cache for a blog switch. For clearing the cache
* during unit tests, consider using wp_cache_init(). wp_cache_init() is not
* recommended outside of unit tests as the performance penality for using it is
* recommended outside of unit tests as the performance penalty for using it is
* high.
*
* @since 2.6.0