Changeset 2063 for trunk/wp-links-opml.php
- Timestamp:
- 01/07/2005 01:17:42 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-links-opml.php
r1940 r2063 49 49 } // end if new category 50 50 ?> 51 <outline title="<?php echo wp_specialchars($result->link_name); ?>" type="link" xmlUrl="<?php echo $result->link_rss; ?>" htmlUrl="<?php echo( $result->link_url) ?>"/>51 <outline title="<?php echo wp_specialchars($result->link_name); ?>" type="link" xmlUrl="<?php echo $result->link_rss; ?>" htmlUrl="<?php echo(wp_specialchars($result->link_url)) ?>"/> 52 52 <?php 53 53 } // end foreach
Note: See TracChangeset
for help on using the changeset viewer.