Show
Ignore:
Timestamp:
09/23/07 19:25:15 (1 year ago)
Author:
ryan
Message:

Add some filtering. Props jhodgdon. fixes #3595

Files:

Legend:

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

    r5759 r6160  
    1818<opml version="1.0"> 
    1919    <head> 
    20         <title>Links for <?php echo attribute_escape(get_bloginfo('name').$cat_name); ?></title> 
     20        <title>Links for <?php echo attribute_escape(get_bloginfo('name', 'display').$cat_name); ?></title> 
    2121        <dateCreated><?php echo gmdate("D, d M Y H:i:s"); ?> GMT</dateCreated> 
    2222    </head>