Changeset 558 for trunk/wp-admin/links.import.php
- Timestamp:
- 11/25/2003 12:46:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/links.import.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/links.import.php
r504 r558 74 74 <?php 75 75 $categories = $wpdb->get_results("SELECT cat_id, cat_name, auto_toggle FROM $tablelinkcategories ORDER BY cat_id"); 76 ++$querycount; 76 77 foreach ($categories as $category) { 77 78 ?>
Note: See TracChangeset
for help on using the changeset viewer.