Make WordPress Core


Ignore:
Timestamp:
11/04/2008 03:22:24 AM (16 years ago)
Author:
ryan
Message:

Notice fixes from filosofo and Viper007Bond. see #7509

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/widgets.php

    r9234 r9506  
    15521552    }
    15531553
     1554    $default_args = array( 'show_author' => 0, 'show_date' => 0, 'show_summary' => 0 );
     1555    $args = wp_parse_args( $args, $default_args );
    15541556    extract( $args, EXTR_SKIP );
    15551557
Note: See TracChangeset for help on using the changeset viewer.