From 40c697b18fcac38ffb1f60184951878b2c74e975 Mon Sep 17 00:00:00 2001 From: rboren Date: Tue, 4 Jan 2005 23:29:13 +0000 Subject: [PATCH] Keep it separated. git-svn-id: http://svn.automattic.com/wordpress/trunk@2045 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 .= '