Changeset 2063
- Timestamp:
- 01/07/05 01:17:42 (4 years ago)
- Files:
-
- trunk/wp-links-opml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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
