Changeset 953
- Timestamp:
- 02/29/04 02:12:55 (5 years ago)
- Files:
-
- trunk/wp-links-opml.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-links-opml.php
r871 r953 28 28 <ownerEmail><?php echo antispambot(get_bloginfo('admin_email')) ?></ownerEmail> 29 29 <dateCreated><?php echo gmdate("D, d M Y H:i:s"); ?> GMT</dateCreated> 30 <dateModified><?php echo gmdate("D, d M Y H:i:s"); ?> GMT</dateModified>31 30 </head> 32 31 <body> … … 48 47 } // end if not first time 49 48 ?> 50 <outline type="category" t ext="<?php echo(htmlspecialchars(stripslashes($result->cat_name))) ?>">49 <outline type="category" title="<?php echo(htmlspecialchars(stripslashes($result->cat_name))) ?>"> 51 50 <?php 52 51 $prev_cat_id = $result->link_category; 53 52 } // end if new category 54 53 ?> 55 <outline t ype="link" text="<?php echo(htmlspecialchars(stripslashes($result->link_name))) ?>" xmlUrl="<?php echo $result->link_rss; ?>" link="<?php echo($result->link_url) ?>"/>54 <outline title="<?php echo(htmlspecialchars(stripslashes($result->link_name))) ?>" type="link" xmlUrl="<?php echo $result->link_rss; ?>" htmlUrl="<?php echo($result->link_url) ?>"/> 56 55 <?php 57 56 } // end foreach
