Opened 17 years ago
Closed 17 years ago
#9607 closed defect (bug) (invalid)
referential integrity on load-scripts.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
To sum up the whole bug (#9587)
the following string is built using "$wp_scripts" referential
load-scripts.php?c=0&load=hoverIntent,common,jquery-color,schedule,mp-ajax-response,jquery-ui...
and "load-scripts.php" builds the javascript file using the following referential :
require(ABSPATH . WPINC . '/script-loader.php');
(ticket #9587 has been closed and replaced by this ticket)
Change History (7)
#4
follow-up:
↓ 5
@
17 years ago
The answer is still the same: script-loader doesn't support removing of a default script and then queueing it again with a different name. There's no point in doing this. See http://core.trac.wordpress.org/ticket/9585#comment:2
Note: See
TracTickets for help on using
tickets.
I did not checked if this applies to styles !