Remove unused variables. Props DD32. fixes #5418

git-svn-id: http://svn.automattic.com/wordpress/trunk@6354 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2007-12-05 00:29:05 +00:00
parent 95fe4f48bd
commit dab1c792c7
9 changed files with 9 additions and 25 deletions

View File

@@ -100,8 +100,6 @@ function wxr_tag_description($t) {
function wxr_post_taxonomy() {
$categories = get_the_category();
$tags = get_the_tags();
$cat_names = array();
$tag_names = array();
$the_list = '';
$filter = 'rss';