Viper007Bond

Untitled

Nov 10th, 2011
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. add_action( 'init', 'rhl_theme_init' );
  4.  
  5. function rhl_theme_init() {
  6.     wp_enqueue_script( 'd3', get_template_directory_uri() . '/d3/d3.js', array(), 'optional_version_number_string' );
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment