From 0f3886534d0e9318e83787b07ce52c23a865a8be Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 4 Jan 2005 23:29:13 +0000 Subject: [PATCH] Keep it separated. git-svn-id: https://develop.svn.wordpress.org/trunk@2045 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/template-functions-category.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 .= '