Changeset 1940 for trunk/wp-links-opml.php
- Timestamp:
- 12/12/2004 08:41:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-links-opml.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-links-opml.php
r1575 r1940 44 44 } // end if not first time 45 45 ?> 46 <outline type="category" title="<?php echo (htmlspecialchars(stripslashes($result->cat_name)))?>">46 <outline type="category" title="<?php echo wp_specialchars($result->cat_name); ?>"> 47 47 <?php 48 48 $prev_cat_id = $result->link_category; 49 49 } // end if new category 50 50 ?> 51 <outline title="<?php echo (htmlspecialchars(stripslashes($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($result->link_url) ?>"/> 52 52 <?php 53 53 } // end foreach
Note: See TracChangeset
for help on using the changeset viewer.