Changeset 6354 for trunk/wp-admin/includes/export.php
- Timestamp:
- 12/05/2007 12:29:05 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/export.php
r6335 r6354 101 101 $categories = get_the_category(); 102 102 $tags = get_the_tags(); 103 $cat_names = array();104 $tag_names = array();105 103 $the_list = ''; 106 104 $filter = 'rss';
Note: See TracChangeset
for help on using the changeset viewer.