Changeset 47054 for trunk/src/wp-links-opml.php
- Timestamp:
- 01/09/2020 12:53:29 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-links-opml.php
r47033 r47054 83 83 <outline text="<?php echo esc_attr( $title ); ?>" type="link" xmlUrl="<?php echo esc_attr( $bookmark->link_rss ); ?>" htmlUrl="<?php echo esc_attr( $bookmark->link_url ); ?>" updated=" 84 84 <?php 85 if ( '0000-00-00 00:00:00' != $bookmark->link_updated ) {85 if ( '0000-00-00 00:00:00' !== $bookmark->link_updated ) { 86 86 echo $bookmark->link_updated;} 87 87 ?>
Note: See TracChangeset
for help on using the changeset viewer.