Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #20971, comment 6


Ignore:
Timestamp:
06/15/2012 11:48:02 PM (13 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20971, comment 6

    v2 v3  
    44wp_enqueue_script( 'my-js', 'url', array( 'my-other-js' ), ... );
    55
    6 wp_register_script( 'my-other-js' ... );
     6wp_register_script( 'my-other-js', ... );
    77}}}
    88