Changeset 1335219
- Timestamp:
- 01/25/2016 02:40:09 AM (10 years ago)
- Location:
- contact-form-advanced-database
- Files:
-
- 42 added
- 2 edited
-
.git (added)
-
.git/FETCH_HEAD (added)
-
.git/HEAD (added)
-
.git/config (added)
-
.git/description (added)
-
.git/hooks (added)
-
.git/hooks/applypatch-msg.sample (added)
-
.git/hooks/commit-msg.sample (added)
-
.git/hooks/post-update.sample (added)
-
.git/hooks/pre-applypatch.sample (added)
-
.git/hooks/pre-commit.sample (added)
-
.git/hooks/pre-push.sample (added)
-
.git/hooks/pre-rebase.sample (added)
-
.git/hooks/prepare-commit-msg.sample (added)
-
.git/hooks/update.sample (added)
-
.git/info (added)
-
.git/info/exclude (added)
-
.git/objects (added)
-
.git/objects/info (added)
-
.git/objects/pack (added)
-
.git/refs (added)
-
.git/refs/heads (added)
-
.git/refs/tags (added)
-
tags/1.0.7 (added)
-
tags/1.0.7/cf7_advance_db.php (added)
-
tags/1.0.7/lib (added)
-
tags/1.0.7/lib/cf7_adb.class.php (added)
-
tags/1.0.7/lib/css (added)
-
tags/1.0.7/lib/css/style.css (added)
-
tags/1.0.7/lib/display (added)
-
tags/1.0.7/lib/display/cf7-db-view.php (added)
-
tags/1.0.7/lib/display/export.php (added)
-
tags/1.0.7/lib/images (added)
-
tags/1.0.7/lib/images/loader.gif (added)
-
tags/1.0.7/lib/js (added)
-
tags/1.0.7/lib/js/cf7-script.js (added)
-
tags/1.0.7/lib/js/jquery.dataTables.min.js (added)
-
tags/1.0.7/lib/js/jquery.paging.min.js (added)
-
tags/1.0.7/license.txt (added)
-
tags/1.0.7/readme.txt (added)
-
trunk/cf7_advance_db.php (modified) (1 diff)
-
trunk/lib/cf7_adb.class.php (modified) (1 diff)
-
trunk/lib/images (added)
-
trunk/lib/images/loader.gif (added)
Legend:
- Unmodified
- Added
- Removed
-
contact-form-advanced-database/trunk/cf7_advance_db.php
r1317717 r1335219 5 5 * Plugin URI: http://www.christianbautista.info/contact-form-advance-database 6 6 * Description: A Very Simple plugin that will capture all the emails being sent using Contact Form 7 Plugin 7 * Version: 1.0. 67 * Version: 1.0.7 8 8 * Author: Christian A. Bautista 9 9 * Author URI: http://www.christianbautista.info -
contact-form-advanced-database/trunk/lib/cf7_adb.class.php
r1317717 r1335219 48 48 49 49 function enqueueLibs($hook){ 50 if($hook == 'contact_page_cf7-adb'){51 50 wp_enqueue_style( 'cf7-adb', CF7ADBURL.'/lib/css/style.css' ); 52 51 wp_enqueue_script( 'cf7-dataTables', CF7ADBURL.'/lib/js/jquery.dataTables.min.js', array(), '1.10.6', true ); 53 wp_enqueue_script( 'cf7-script', CF7ADBURL.'/lib/js/cf7-script.js', array(), '1.0.0', true ); 54 } 52 wp_enqueue_script( 'cf7-script', CF7ADBURL.'/lib/js/cf7-script.js', array(), '1.0.0', true ); 55 53 } 56 54
Note: See TracChangeset
for help on using the changeset viewer.