Changeset 3470
- Timestamp:
- 01/23/2006 11:10:08 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-links-opml.php
r2962 r3470 30 30 FROM $wpdb->links 31 31 JOIN $wpdb->linkcategories on $wpdb->links.link_category = $wpdb->linkcategories.cat_id 32 AND $wpdb->links.link_visible = 'Y' 32 33 $sql_cat 33 34 ORDER BY $wpdb->linkcategories.cat_name, $wpdb->links.link_name \n"; … … 52 53 <?php 53 54 } // end foreach 55 ?> 56 </outline> 57 <?php 54 58 } // end if 55 59 ?> 56 </outline> 57 </body> 60 </body> 58 61 </opml>
Note: See TracChangeset for help on using the changeset viewer.