[wp-trac] [WordPress Trac] #5866: wp_widget_rss_output
WordPress Trac
wp-trac at lists.automattic.com
Fri Feb 15 18:11:55 GMT 2008
#5866: wp_widget_rss_output
----------------------+-----------------------------------------------------
Reporter: fitztrev | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.5
Component: General | Version:
Severity: normal | Keywords: has-patch
----------------------+-----------------------------------------------------
I just tried calling `wp_widget_rss_ouput()` without passing it any
arguments (which should be OK because they're optional according to the
function). However it resulted in this error:
>Warning: extract() [function.extract]: First argument should be an array
in /var/www/trunk/wp-includes/widgets.php on line 1060
Error occurs because `extract()` needs to be passed an array, not a null
string.
--
Ticket URL: <http://trac.wordpress.org/ticket/5866>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list