[wp-trac] [WordPress Trac] #24724: _wpMediaViewsL10n not correctly enqueued in wp_enqueue_media()
WordPress Trac
noreply at wordpress.org
Thu Jul 11 15:18:15 UTC 2013
#24724: _wpMediaViewsL10n not correctly enqueued in wp_enqueue_media()
--------------------------+------------------------------
Reporter: Fab1en | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: 3.5.2
Severity: trivial | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by nacin):
In this case, "added" means registered, not enqueued.
While enqueueing a full URL automatically registers it, that's not what is
occurring here. script-loader registers all core scripts;
`wp_enqueue_script( $handle )` then queues it for printing.
Not saying there isn't a potential bug here, I just can't replicate and I
don't see a problem with the function call order.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24724#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list