summaryrefslogtreecommitdiffstats
path: root/wp-includes/category.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-20 14:48:34 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-09-20 14:48:34 +0000
commita194fea75f7340d53134ff1ecfa5969b03735576 (patch)
treef7c061c4e37d888538d3d59e8307f9d2529b0c25 /wp-includes/category.php
parentae484584028c752efb5faa4c02259556e853d26e (diff)
downloadwordpress-mu-a194fea75f7340d53134ff1ecfa5969b03735576.tar.gz
wordpress-mu-a194fea75f7340d53134ff1ecfa5969b03735576.tar.xz
wordpress-mu-a194fea75f7340d53134ff1ecfa5969b03735576.zip
WP Merge to rev 4198
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@762 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-includes/category.php')
-rw-r--r--wp-includes/category.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/category.php b/wp-includes/category.php
index 6ffb210..76382ad 100644
--- a/wp-includes/category.php
+++ b/wp-includes/category.php
@@ -20,7 +20,7 @@ function &get_categories($args = '') {
parse_str($args, $r);
$defaults = array('type' => 'post', 'child_of' => 0, 'orderby' => 'name', 'order' => 'ASC',
- 'hide_empty' => true, 'include_last_update_time' => false, 'hierarchical' => 1, $exclude => '', $include => '',
+ 'hide_empty' => true, 'include_last_update_time' => false, 'hierarchical' => 1, 'exclude' => '', 'include' => '',
'number' => '');
$r = array_merge($defaults, $r);
if ( 'count' == $r['orderby'] )