[wp-trac] [WordPress Trac] #30800: Twenty Fourteen does not set priority for sidebars
WordPress Trac
noreply at wordpress.org
Wed Dec 24 10:02:56 UTC 2014
#30800: Twenty Fourteen does not set priority for sidebars
------------------------------+-----------------------
Reporter: WPMUDEV-Support6 | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone:
Component: Bundled Theme | Version:
Severity: minor | Resolution:
Keywords: | Focuses:
------------------------------+-----------------------
Comment (by fmarzocca):
Still no luck with the following code. Could it be a matter of priority?
{{{
function child_function() {
remove_action( 'widgets_init', 'twentyfourteen_widgets_init',10);
}
add_action( 'after_setup_theme', 'child_function' );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30800#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list