[wp-trac] [WordPress Trac] #11606: No Default Values for WP_Widget_Categories

WordPress Trac wp-trac at lists.automattic.com
Thu Dec 24 21:31:21 UTC 2009


#11606: No Default Values for WP_Widget_Categories
--------------------------+-------------------------------------------------
 Reporter:  miqrogroove   |       Owner:  azaozz     
     Type:  defect (bug)  |      Status:  new        
 Priority:  normal        |   Milestone:  2.9.1      
Component:  Widgets       |     Version:  2.8        
 Severity:  minor         |    Keywords:  needs-patch
--------------------------+-------------------------------------------------
 {{{
 $instance = wp_parse_args( (array) $instance, array( 'title' => '') );
 }}}

 {{{
 PHP Notice:  Undefined index:  count in /wp-includes/default-widgets.php
 on line 475
 PHP Notice:  Undefined index:  hierarchical in /wp-includes/default-
 widgets.php on line 476
 PHP Notice:  Undefined index:  dropdown in /wp-includes/default-
 widgets.php on line 477
 }}}

 It's an easy fix but I know you guys hate to do easy fixes around here...

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11606>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list