line 1046 of the current widgets.php has a small error;
it currently reads:
$widget_args = array( 'number' => $widegt_args );
and it should read:
$widget_args = array( 'number' => $widget_args );
Please correct this :)
line 1046 of the current widgets.php has a small error;
it currently reads:
$widget_args = array( 'number' => $widegt_args );
and it should read:
$widget_args = array( 'number' => $widget_args );
Please correct this :)
This topic has been closed to new replies.