Make WordPress Core

Changeset 2625 for trunk/wp-rdf.php


Ignore:
Timestamp:
06/10/2005 06:45:39 PM (21 years ago)
Author:
matt
Message:

Adding hooks in syndication feeds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-rdf.php

    r2366 r2625  
    2121    xmlns:admin="http://webns.net/mvcb/"
    2222    xmlns:content="http://purl.org/rss/1.0/modules/content/"
     23    <?php do_action('rdf_ns'); ?>
    2324>
    2425<channel rdf:about="<?php bloginfo_rss("url") ?>">
     
    3132    <sy:updateFrequency>1</sy:updateFrequency>
    3233    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
     34    <?php do_action('rdf_header'); ?>
    3335    <items>
    3436        <rdf:Seq>
     
    5254    <content:encoded><![CDATA[<?php the_content('', 0, '') ?>]]></content:encoded>
    5355<?php endif; ?>
    54    
     56    <?php do_action('rdf_item'); ?>
    5557</item>
    5658<?php } }  ?>
Note: See TracChangeset for help on using the changeset viewer.