Ticket #6216: minortypo-in-widget-php.patch
| File minortypo-in-widget-php.patch, 703 bytes (added by , 18 years ago) |
|---|
-
wp-includes/widgets.php
1307 1307 foreach ( array_keys($options) as $o ) { 1308 1308 // Old widgets can have null values for some reason 1309 1309 if ( !isset($options[$o]['url']) || !isset($options[$o]['title']) || !isset($options[$o]['items']) ) 1310 contin e;1310 continue; 1311 1311 $id = "rss-$o"; // Never never never translate an id 1312 1312 wp_register_sidebar_widget($id, $name, 'wp_widget_rss', $widget_ops, array( 'number' => $o )); 1313 1313 wp_register_widget_control($id, $name, 'wp_widget_rss_control', $control_ops, array( 'number' => $o ));
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)