[wp-trac] [WordPress Trac] #30800: Twenty Forteen does not set priority for sidebars

WordPress Trac noreply at wordpress.org
Sat Dec 20 23:02:40 UTC 2014


#30800: Twenty Forteen does not set priority for sidebars
------------------------------+-----------------------------
 Reporter:  WPMUDEV-Support6  |      Owner:
     Type:  defect (bug)      |     Status:  new
 Priority:  normal            |  Milestone:  Awaiting Review
Component:  Themes            |    Version:
 Severity:  normal            |   Keywords:
  Focuses:                    |
------------------------------+-----------------------------
 The summary pretty much sums the problem. :)

 This might be a bug, or might be left there intentionally, but I doubt it.

 In short people can't unregister sidebars from their child themes.
 I know this is not the place for this, but I do not have permissions here
 - https://themes.trac.wordpress.org/newticket

 It is on line 198 in functions.php

 {{{ add_action( 'widgets_init', 'twentyfourteen_widgets_init' ); }}}

 and should be something like this:


 {{{ add_action( 'widgets_init', 'twentyfourteen_widgets_init', 10 ); }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30800>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list