Make WordPress Core

Changeset 11318 for trunk/wp-app.php


Ignore:
Timestamp:
05/13/2009 10:28:56 PM (17 years ago)
Author:
ryan
Message:

Remove vestiges of what_to_show. Props filosofo. fixes #9815

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-app.php

    r11204 r11318  
    10891089                $count = get_option('posts_per_rss');
    10901090
    1091                 wp('what_to_show=posts&posts_per_page=' . $count . '&offset=' . ($count * ($page-1) . '&orderby=modified'));
     1091                wp('posts_per_page=' . $count . '&offset=' . ($count * ($page-1) . '&orderby=modified'));
    10921092
    10931093                $post = $GLOBALS['post'];
Note: See TracChangeset for help on using the changeset viewer.