Skip to content

Instantly share code, notes, and snippets.

@remi
Created December 7, 2009 19:43
Show Gist options
  • Save remi/251041 to your computer and use it in GitHub Desktop.
Save remi/251041 to your computer and use it in GitHub Desktop.
<?php
function RSS_populateItemTemplate( $item ) {
$content = $item->children('http://purl.org/rss/1.0/modules/content/')->encoded;
return array(
'content' => $content
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment