Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc.php

    r11969 r12303  
    613613                do_action('xmlrpc_call', 'wp.getPages');
    614614
    615                 $pages = get_posts( array('post_type' => 'page', 'post_status' => 'all', 'numberposts' => $num_pages) );
     615                $pages = get_posts( array('post_type' => 'page', 'post_status' => 'any', 'numberposts' => $num_pages) );
    616616                $num_pages = count($pages);
    617617
Note: See TracChangeset for help on using the changeset viewer.