Make WordPress Core

Changeset 3470

Timestamp:
01/23/2006 11:10:08 PM (20 years ago)
Author:
matt
Message:

Link OPML changes, fixes #2325

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-links-opml.php

    r2962 r3470  
    3030FROM $wpdb->links
    3131 JOIN $wpdb->linkcategories on $wpdb->links.link_category = $wpdb->linkcategories.cat_id
     32 AND $wpdb->links.link_visible = 'Y'
    3233 $sql_cat
    3334 ORDER BY $wpdb->linkcategories.cat_name, $wpdb->links.link_name \n";
     
    5253<?php
    5354        } // end foreach
     55?>
     56    </outline>
     57<?php
    5458    } // end if
    5559?>
    56         </outline>
    57     </body>
     60</body>
    5861</opml>
Note: See TracChangeset for help on using the changeset viewer.