Changeset 5272 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/applications/tracker.php
- Timestamp:
- 04/06/2017 09:18:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/applications/tracker.php
r3814 r5272 87 87 wp_register_script( 88 88 'wpc-application-tracker', 89 plugins_url( 'javascript/tracker/build/ tracker.min.js', dirname( __FILE__ ) ),89 plugins_url( 'javascript/tracker/build/applications.min.js', dirname( __FILE__ ) ), // this file was renamed from 'tracker', which was getting flagged by ad blockers 90 90 array(), 91 91 1, … … 95 95 wp_register_style( 96 96 'wpc-application-tracker', 97 plugins_url( 'javascript/tracker/build/ tracker.min.css', dirname( __FILE__ ) ),97 plugins_url( 'javascript/tracker/build/applications.min.css', dirname( __FILE__ ) ), // this file was renamed from 'tracker', which was getting flagged by ad blockers 98 98 array( 'dashicons', 'list-tables' ), 99 99 1
Note: See TracChangeset
for help on using the changeset viewer.