Changeset 52957 for trunk/src/wp-links-opml.php
- Timestamp:
- 03/19/2022 08:30:01 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-links-opml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-links-opml.php
r47198 r52957 81 81 $title = apply_filters( 'link_title', $bookmark->link_name ); 82 82 ?> 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="83 <outline text="<?php echo esc_attr( $title ); ?>" type="link" xmlUrl="<?php echo esc_url( $bookmark->link_rss ); ?>" htmlUrl="<?php echo esc_url( $bookmark->link_url ); ?>" updated=" 84 84 <?php 85 85 if ( '0000-00-00 00:00:00' !== $bookmark->link_updated ) {
Note: See TracChangeset
for help on using the changeset viewer.