Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30427, comment 2


Ignore:
Timestamp:
11/21/2014 02:53:26 PM (12 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30427, comment 2

    initial v1  
    11Yup:
     2
     3{{{
    24function svr_grandchild_add_scripts() {
    35    wp_register_script( 'svr_hans_grandchild-script', plugins_url( 'svr_hans_grandchild-scripts.js', __FILE__ ), array( 'jquery' ), '1.0' );
     
    57}
    68add_action( 'wp_enqueue_scripts', 'svr_grandchild_add_scripts', 11 );
     9}}}