[wp-trac] [WordPress Trac] #29222: Contextual Customizer Controls break control ordering by order added
WordPress Trac
noreply at wordpress.org
Sat Aug 16 22:04:54 UTC 2014
#29222: Contextual Customizer Controls break control ordering by order added
-------------------------------------------+------------------
Reporter: celloexpressions | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.0
Component: Customize | Version:
Severity: normal | Resolution:
Keywords: needs-patch reporter-feedback | Focuses:
-------------------------------------------+------------------
Changes (by westonruter):
* keywords: needs-patch => needs-patch reporter-feedback
Comment:
I cannot reproduce this issue. I'm trying with Twenty Fourteen on trunk,
and I have this mu-plugin in place:
{{{#!php
<?php
add_action( 'customize_register', function ( $wp_customize ) {
$wp_customize->get_control( 'blogdescription' )->active_callback =
'is_front_page';
}, 11 );
}}}
The tagline control continues to be displayed after the site title
control. It remains in the second position when loading the customizer
from the front page, as well as when I load the customizer from another
page and then navigate to the front page.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29222#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list