Return correct edit link. Props josephscott. fixes #9147

git-svn-id: http://svn.automattic.com/wordpress/trunk@10651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-02-26 00:03:53 +00:00
parent b193b920bf
commit db7632bbf0
1 changed files with 3 additions and 0 deletions

View File

@ -1067,6 +1067,8 @@ EOD;
log_app('function',"get_feed($page, '$post_type')");
ob_start();
$this->ENTRY_PATH = $post_type;
if(!isset($page)) {
$page = 1;
}
@ -1136,6 +1138,7 @@ EOD;
$varname = 'p';
break;
case 'attachment':
$this->ENTRY_PATH = 'attachment';
$varname = 'attachment_id';
break;
}