Pinking shears.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -858,9 +858,9 @@ function get_post_type_archive_link( $post_type ) {
|
||||
* @since 3.1.0
|
||||
*
|
||||
* @param string $post_type Post type
|
||||
* @param string $feed Optional. Feed type
|
||||
* @param string $feed Optional. Feed type
|
||||
* @return string
|
||||
*/
|
||||
*/
|
||||
function get_post_type_archive_feed_link( $post_type, $feed = '' ) {
|
||||
$default_feed = get_default_feed();
|
||||
if ( empty( $feed ) )
|
||||
|
||||
Reference in New Issue
Block a user