Plugin Directory

Changeset 621952


Ignore:
Timestamp:
11/07/2012 02:44:33 AM (13 years ago)
Author:
rafdizzle86
Message:

Removed redundant wp_enqueue_scripts in quicktags.php

Location:
quicktags
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quicktags/tags/0.0.3/quicktags.php

    r621936 r621952  
    3434        static function enqueueJS(){
    3535            wp_enqueue_script('jquery');
    36             wp_enqueue_script('jquery-ui-core');
    37             wp_enqueue_script('jquery-ui-widget');
    38             wp_enqueue_script('jquery-ui-autocomplete');
    3936        }
    4037       
  • quicktags/trunk/quicktags.php

    r621933 r621952  
    3434        static function enqueueJS(){
    3535            wp_enqueue_script('jquery');
    36             wp_enqueue_script('jquery-ui-core');
    37             wp_enqueue_script('jquery-ui-widget');
    38             wp_enqueue_script('jquery-ui-autocomplete');
    3936        }
    4037       
Note: See TracChangeset for help on using the changeset viewer.