Make WordPress Core

Changeset 6861


Ignore:
Timestamp:
02/15/2008 08:42:53 PM (17 years ago)
Author:
ryan
Message:

Default args to array. Props fitztrev. fixes #5866

File:
1 edited

Legend:

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

    r6726 r6861  
    10441044}
    10451045
    1046 function wp_widget_rss_output( $rss, $args = null ) {
     1046function wp_widget_rss_output( $rss, $args = array() ) {
    10471047    if ( is_string( $rss ) ) {
    10481048        require_once(ABSPATH . WPINC . '/rss.php');
Note: See TracChangeset for help on using the changeset viewer.