diff --git a/wp-includes/template-functions-category.php b/wp-includes/template-functions-category.php index fb1a80248d..7a90262d56 100644 --- a/wp-includes/template-functions-category.php +++ b/wp-includes/template-functions-category.php @@ -60,7 +60,7 @@ function get_category_rss_link($echo = false, $category_id, $category_nicename) return $link; } -function the_category($seperator = '', $parents='') { +function the_category($separator = '', $parents='') { $categories = get_the_category(); if (empty($categories)) { _e('Uncategorized'); @@ -68,7 +68,7 @@ function the_category($seperator = '', $parents='') { } $thelist = ''; - if ('' == $seperator) { + if ('' == $separator) { $thelist .= '