Changeset 2252

Show
Ignore:
Timestamp:
02/11/05 01:09:41 (4 years ago)
Author:
saxmatt
Message:

Bring back DC for multi-author blogs - http://mosquito.wordpress.org/view.php?id=843

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-rss2.php

    r2127 r2252  
    1717    xmlns:content="http://purl.org/rss/1.0/modules/content/" 
    1818    xmlns:wfw="http://wellformedweb.org/CommentAPI/" 
     19    xmlns:dc="http://purl.org/dc/elements/1.1/" 
    1920> 
    2021 
     
    3233        <comments><?php comments_link(); ?></comments> 
    3334        <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_the_time('Y-m-d H:i:s')); ?></pubDate> 
     35        <dc:creator><?php the_author() ?></dc:creator> 
    3436        <?php the_category_rss() ?> 
    3537