Changeset 2962 for trunk/wp-links-opml.php
- Timestamp:
- 10/23/2005 05:00:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-links-opml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-links-opml.php
r2473 r2962 49 49 } // end if new category 50 50 ?> 51 <outline t itle="<?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; ?>" />51 <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; ?>" /> 52 52 <?php 53 53 } // end foreach
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)