Ticket #6939: post-template.diff

File post-template.diff, 488 bytes (added by imwebgefunden, 4 months ago)

Patch for wp-includes/post-template.php

  • post-template.php

    old new  
    304304                'date_format' => get_option('date_format'), 
    305305                'child_of' => 0, 'exclude' => '', 
    306306                'title_li' => __('Pages'), 'echo' => 1, 
    307                 'authors' => '', 'sort_column' => 'menu_order, post_title' 
     307                'authors' => '', 'sort_column' => 'menu_order, post_title', 
     308                'include_private_pages' => 1 
    308309        ); 
    309310 
    310311        $r = wp_parse_args( $args, $defaults );