Changeset 586113
- Timestamp:
- 08/16/2012 07:22:20 AM (14 years ago)
- File:
-
- 1 edited
-
concertpress/trunk/concertpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
concertpress/trunk/concertpress.php
r586110 r586113 220 220 public function addMaps(){ 221 221 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' );228 222 } 229 223
Note: See TracChangeset
for help on using the changeset viewer.