Changes between Initial Version and Version 1 of Ticket #30427, comment 2
- Timestamp:
- 11/21/2014 02:53:26 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30427, comment 2
initial v1 1 1 Yup: 2 3 {{{ 2 4 function svr_grandchild_add_scripts() { 3 5 wp_register_script( 'svr_hans_grandchild-script', plugins_url( 'svr_hans_grandchild-scripts.js', __FILE__ ), array( 'jquery' ), '1.0' ); … … 5 7 } 6 8 add_action( 'wp_enqueue_scripts', 'svr_grandchild_add_scripts', 11 ); 9 }}}