Changeset 6551 for trunk/wp-admin/import/wp-cat2tag.php
- Timestamp:
- 01/04/2008 07:36:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wp-cat2tag.php
r6394 r6551 115 115 116 116 function _category_exists($cat_id) { 117 global $wpdb;118 119 117 $cat_id = (int) $cat_id; 120 118
Note: See TracChangeset
for help on using the changeset viewer.