Plugin Directory

Changeset 586113


Ignore:
Timestamp:
08/16/2012 07:22:20 AM (14 years ago)
Author:
theorboman
Message:

Dont include jQuery on the frontend

File:
1 edited

Legend:

Unmodified
Added
Removed
  • concertpress/trunk/concertpress.php

    r586110 r586113  
    220220    public function addMaps(){
    221221        wp_enqueue_script( 'maps', 'http://maps.google.com/maps/api/js?sensor=false' );
    222     }
    223 
    224 
    225     /* include jQuery on the front end */
    226     public function add_jQuery(){
    227         wp_enqueue_script( 'jquery' );
    228222    }
    229223
Note: See TracChangeset for help on using the changeset viewer.