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

    r25868 r25880  
    1717    xmlns:admin="http://webns.net/mvcb/"
    1818    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    19     <?php 
     19    <?php
    2020    /**
    2121     * Fires at the end of the feed root to add namespaces.
     
    2323     * @since 2.0.0
    2424     */
    25     do_action( 'rdf_ns' ); 
     25    do_action( 'rdf_ns' );
    2626    ?>
    2727>
     
    3636    <sy:updateFrequency><?php echo apply_filters( 'rss_update_frequency', '1' ); ?></sy:updateFrequency>
    3737    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    38     <?php 
     38    <?php
    3939    /**
    4040     * Fires at the end of the RDF feed header.
     
    4242     * @since 2.0.0
    4343     */
    44     do_action( 'rdf_header' ); 
     44    do_action( 'rdf_header' );
    4545    ?>
    4646    <items>
     
    6565    <content:encoded><![CDATA[<?php the_content_feed('rdf') ?>]]></content:encoded>
    6666<?php endif; ?>
    67     <?php 
     67    <?php
    6868    /**
    6969     * Fires at the end of each RDF feed item.
     
    7171     * @since 2.0.0
    7272     */
    73     do_action( 'rdf_item' ); 
     73    do_action( 'rdf_item' );
    7474    ?>
    7575</item>
Note: See TracChangeset for help on using the changeset viewer.