Advertisement
Guest User

Untitled

a guest
Mar 5th, 2014
1,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. function icl_load_jquery_dialog() {
  2.     wp_enqueue_script( 'jquery-ui-dialog', false, array('jquery'), false, true );
  3. }
  4.  
  5. add_action( 'admin_enqueue_scripts', 'icl_load_jquery_dialog' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement