Make WordPress Core

Changeset 13113 for trunk/wp-app.php


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-app.php

    r13054 r13113  
    10971097<link rel="self" type="<?php echo $this->ATOM_CONTENT_TYPE ?>" href="<?php $this->the_entries_url($self_page) ?>" />
    10981098<rights type="text">Copyright <?php echo date('Y'); ?></rights>
    1099 <?php the_generator( 'atom' ); ?>
    11001099<?php do_action('app_head'); ?>
    11011100<?php if ( have_posts() ) {
Note: See TracChangeset for help on using the changeset viewer.