Fix typos in documentation (wp-includes/[i-z]). See #18560.

git-svn-id: https://develop.svn.wordpress.org/trunk@18639 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jon Cave
2011-09-05 19:08:15 +00:00
parent 6fa5b1ed74
commit 82c0f09c09
16 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -469,7 +469,7 @@ function get_themes() {
*
* @since 2.9.0
*
* @return array|string An arry of theme roots keyed by template/stylesheet or a single theme root if all themes have the same root.
* @return array|string An array of theme roots keyed by template/stylesheet or a single theme root if all themes have the same root.
*/
function get_theme_roots() {
global $wp_theme_directories;