mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Remove vestiges of what_to_show. Props filosofo. fixes #9815
git-svn-id: https://develop.svn.wordpress.org/trunk@11318 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1088,7 +1088,7 @@ EOD;
|
||||
|
||||
$count = get_option('posts_per_rss');
|
||||
|
||||
wp('what_to_show=posts&posts_per_page=' . $count . '&offset=' . ($count * ($page-1) . '&orderby=modified'));
|
||||
wp('posts_per_page=' . $count . '&offset=' . ($count * ($page-1) . '&orderby=modified'));
|
||||
|
||||
$post = $GLOBALS['post'];
|
||||
$posts = $GLOBALS['posts'];
|
||||
|
||||
Reference in New Issue
Block a user