Make WordPress Core


Ignore:
Timestamp:
10/23/2013 02:37:54 PM (12 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

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

    r25868 r25880  
    1515    xmlns:atom="http://www.w3.org/2005/Atom"
    1616    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    17     <?php 
     17    <?php
    1818    /** This action is documented in wp-includes/feed-rss2.php */
    1919    do_action( 'rss2_ns' );
    2020    ?>
    2121
    22     <?php 
     22    <?php
    2323    /**
    2424     * Fires at the end of the RSS root to add namespaces.
     
    4646    <?php /** This filter is documented in wp-includes/feed-rss2.php */ ?>
    4747    <sy:updateFrequency><?php echo apply_filters( 'rss_update_frequency', '1' ); ?></sy:updateFrequency>
    48     <?php 
     48    <?php
    4949    /**
    5050     * Fires at the end of the RSS2 comment feed header.
Note: See TracChangeset for help on using the changeset viewer.