Definition:
function permalink_single_rss($deprecated = '') {}
Print the permalink to the RSS feed.
Parameters
- string $deprecated
Source code
function permalink_single_rss($deprecated = '') {
_deprecated_function( __FUNCTION__, '2.3', 'the_permalink_rss()' );
the_permalink_rss();
}
2505

February 12, 2011 


No comments yet... Be the first to leave a reply!