Changeset 634 for trunk/wp-rdf.php
- Timestamp:
- 12/22/2003 12:32:05 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-rdf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-rdf.php
r628 r634 56 56 <dc:date><?php the_time('Y-m-d\TH:i:s'); ?></dc:date> 57 57 <dc:creator><?php the_author() ?> (mailto:<?php the_author_email() ?>)</dc:creator> 58 < dc:subject><?php the_category_rss() ?></dc:subject>58 <?php the_category_rss('rdf') ?> 59 59 <?php $more = 1; if ($rss_use_excerpt) { 60 60 ?>
Note: See TracChangeset
for help on using the changeset viewer.