[wp-trac] [WordPress Trac] #33589: Using the customizer on wp-login.php (and similar)

WordPress Trac noreply at wordpress.org
Tue May 10 09:36:29 UTC 2016


#33589: Using the customizer on wp-login.php (and similar)
--------------------------+------------------------------
 Reporter:  daronspence   |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Customize     |     Version:  4.3
 Severity:  normal        |  Resolution:
 Keywords:  needs-patch   |     Focuses:
--------------------------+------------------------------
Changes (by swissspidy):

 * keywords:   => needs-patch


Comment:

 `wp_enqueue_script( 'customize-preview' );` is being called in
 `WP_Customize_Manager::customize_preview_init()` and `wp_enqueue_script(
 'customize-selective-refresh' );` in
 `WP_Customize_Selective_Refresh::enqueue_preview_scripts()`.

 Both methods also hook into `wp_footer` and probably should hook into
 `login_footer` as well.

 Anyway, would need to look more into it to find the actual bug.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/33589#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list