trailing tabs and whitespace cleanup.

git-svn-id: https://develop.svn.wordpress.org/trunk@4953 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2007-02-27 15:24:54 +00:00
parent b3fa98f0d1
commit 5acfcd9fea
36 changed files with 200 additions and 202 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ function wp_list_categories($args = '') {
$output .= __("No categories");
} else {
global $wp_query;
if ( is_category() )
$r['current_category'] = $wp_query->get_queried_object_id();