Making our OPML compliant

git-svn-id: https://develop.svn.wordpress.org/trunk@2962 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-10-23 17:00:13 +00:00
parent 9d9cca40f7
commit 2b7f5cec65
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ FROM $wpdb->links
$prev_cat_id = $result->link_category;
} // end if new category
?>
<outline title="<?php echo wp_specialchars($result->link_name); ?>" type="link" xmlUrl="<?php echo wp_specialchars($result->link_rss); ?>" htmlUrl="<?php echo wp_specialchars($result->link_url); ?>" updated="<?php if ('0000-00-00 00:00:00' != $result->link_updated) echo $result->link_updated; ?>" />
<outline text="<?php echo wp_specialchars($result->link_name); ?>" type="link" xmlUrl="<?php echo wp_specialchars($result->link_rss); ?>" htmlUrl="<?php echo wp_specialchars($result->link_url); ?>" updated="<?php if ('0000-00-00 00:00:00' != $result->link_updated) echo $result->link_updated; ?>" />
<?php
} // end foreach
} // end if