Make WordPress Core


Ignore:
Timestamp:
02/13/2010 04:45:16 PM (17 years ago)
Author:
westi
Message:

Add the generator element in feeds through the {rss2|atom|rdf|rss|opml}_head hooks. Fixes #6947 props sivel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/feed-atom.php

    r12587 r13113  
    2121
    2222        <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT'), false); ?></updated>
    23         <?php the_generator( 'atom' ); ?>
    2423
    2524        <link rel="alternate" type="text/html" href="<?php bloginfo_rss('url') ?>" />
Note: See TracChangeset for help on using the changeset viewer.