Changes between Initial Version and Version 1 of Ticket #16260, comment 2
- Timestamp:
- 01/16/2011 03:39:27 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16260, comment 2
initial v1 1 You don't need an $order param. If you want script-b to come after script-a, just make script-a a dependency of script-b. 1 You don't need an $order param. If you want script-b to come after script-a, just make script-a a dependency of script-b: 2 3 {{{wp_enqueue_script( 'script-b', 'http://...', array( 'script-a' ) );}}}