Make WordPress Core

Changeset 634 for trunk/wp-rdf.php


Ignore:
Timestamp:
12/22/2003 12:32:05 AM (22 years ago)
Author:
saxmatt
Message:

Multiple category support for RDF.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-rdf.php

    r628 r634  
    5656    <dc:date><?php the_time('Y-m-d\TH:i:s'); ?></dc:date>
    5757    <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') ?>
    5959<?php $more = 1; if ($rss_use_excerpt) {
    6060?>
Note: See TracChangeset for help on using the changeset viewer.