Make WordPress Core


Ignore:
Timestamp:
05/12/2009 04:57:49 PM (16 years ago)
Author:
ryan
Message:

Feed namespace hooks. Props Denis-de-Bernardy, peaceablewhale. fixes #9792

File:
1 edited

Legend:

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

    r11279 r11303  
    1515    xmlns:atom="http://www.w3.org/2005/Atom"
    1616    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    17     <?php do_action('rss2_comments_ns'); ?>
     17    <?php do_action('rss2_ns'); do_action('rss2_comments_ns'); ?>
    1818    >
    1919<channel>
Note: See TracChangeset for help on using the changeset viewer.