[wp-trac] [WordPress Trac] #27853: The "admin_footer" action isn't called on customize.php

WordPress Trac noreply at wordpress.org
Mon Apr 21 22:20:53 UTC 2014


#27853: The "admin_footer" action isn't called on customize.php
-----------------------------+-----------------------
 Reporter:  feedmeastraycat  |       Owner:  azaozz
     Type:  defect (bug)     |      Status:  assigned
 Priority:  normal           |   Milestone:  3.9.1
Component:  Editor           |     Version:  3.9
 Severity:  normal           |  Resolution:
 Keywords:  2nd-opinion      |     Focuses:
-----------------------------+-----------------------
Changes (by azaozz):

 * keywords:   => 2nd-opinion


Comment:

 Changing `_WP_Editors::enqueue_scripts()` to run later still outputs all
 editor related scripts in the same order at the same place.

 One possible regression is if a plugin was enqueueing a script on
 `'admin_footer'` or `'wp_footer'` in order to output it after the editor
 related scripts (word-count, editor, wplink, etc.), now it will be
 outputted before them.

 In that terms the change can probably be added to trunk but maybe not to
 3.9.1.

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


More information about the wp-trac mailing list