Small widgets.php Error
-
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 ??
- The topic ‘Small widgets.php Error’ is closed to new replies.