Changeset 7647

Show
Ignore:
Timestamp:
04/14/08 16:23:29 (7 months ago)
Author:
ryan
Message:

Make get_posts args optional. Props karlkatzke and Otto42. fixes #6608 for trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/post.php

    r7645 r7647  
    404404 * @return array {@internal Missing Description}} 
    405405 */ 
    406 function get_posts($args) { 
     406function get_posts($args = null) { 
    407407    global $wpdb; 
    408408