Make WordPress Core

Changeset 11303


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

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

Location:
trunk/wp-includes
Files:
2 edited

Legend:

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

    r11204 r11303  
    1313    xml:lang="<?php echo get_option('rss_language'); ?>"
    1414    xmlns:thr="http://purl.org/syndication/thread/1.0"
    15     <?php do_action('atom_ns'); ?>
     15    <?php do_action('atom_ns'); do_action('atom_comments_ns'); ?>
    1616>
    1717    <title type="text"><?php
  • 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.