[wp-trac] [WordPress Trac] #32002: Theme Switcher: Missing back button and marking active theme
WordPress Trac
noreply at wordpress.org
Wed Apr 22 06:35:42 UTC 2015
#32002: Theme Switcher: Missing back button and marking active theme
-------------------------+-----------------------
Reporter: pavelevap | Owner: ocean90
Type: enhancement | Status: assigned
Priority: normal | Milestone: 4.2
Component: Customize | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch | Focuses:
-------------------------+-----------------------
Comment (by valendesigns):
Unfortunately, the latest patch is not working for me. Which seems
potentially like a JavaScript issue. When going back to change themes the
active theme shows a "Customize" button, but nothing happens when I click
it.
Additionally, should the preview URL go back to the active theme and not
close the customizer? Seems like this would be the proper UX when the
button implies you're going to customize your active theme. If that's the
case we should change line 1305 so it adds the `theme` arg to the preview
URL instead of removing it.
{{{
$preview_url = esc_url( add_query_arg( 'theme', $this->theme['id'],
$current_url ) );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/32002#comment:17>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list