Make WordPress Core


Ignore:
Timestamp:
12/05/2007 12:29:05 AM (18 years ago)
Author:
ryan
Message:

Remove unused variables. Props DD32. fixes #5418

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/export.php

    r6335 r6354  
    101101    $categories = get_the_category();
    102102    $tags = get_the_tags();
    103     $cat_names = array();
    104     $tag_names = array();
    105103    $the_list = '';
    106104    $filter = 'rss';
Note: See TracChangeset for help on using the changeset viewer.