Changeset 6861
- Timestamp:
- 02/15/2008 08:42:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/widgets.php
r6726 r6861 1044 1044 } 1045 1045 1046 function wp_widget_rss_output( $rss, $args = null) {1046 function wp_widget_rss_output( $rss, $args = array() ) { 1047 1047 if ( is_string( $rss ) ) { 1048 1048 require_once(ABSPATH . WPINC . '/rss.php');
Note: See TracChangeset
for help on using the changeset viewer.