Make WordPress Core


Ignore:
Timestamp:
09/10/2006 05:47:49 PM (19 years ago)
Author:
ryan
Message:

Get pages by author[s]. Props westi. fixes #1486

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post-template.php

    r4165 r4180  
    266266
    267267    $defaults = array('depth' => 0, 'show_date' => '', 'date_format' => get_option('date_format'),
    268         'child_of' => 0, 'title_li' => __('Pages'), 'echo' => 1);
     268        'child_of' => 0, 'title_li' => __('Pages'), 'echo' => 1, 'authors' => '');
    269269    $r = array_merge($defaults, $r);
    270270
Note: See TracChangeset for help on using the changeset viewer.