Changeset 2153213
- Timestamp:
- 09/09/2019 12:29:11 AM (7 years ago)
- Location:
- arrow-twitter-feed
- Files:
-
- 2 deleted
- 2 edited
-
tags/1.5.3/bower_components/moment (deleted)
-
tags/1.5.3/includes/tfba-enqueue-scripts.php (modified) (1 diff)
-
trunk/bower_components/moment (deleted)
-
trunk/includes/tfba-enqueue-scripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arrow-twitter-feed/tags/1.5.3/includes/tfba-enqueue-scripts.php
r2147158 r2153213 6 6 7 7 wp_enqueue_script('jquery'); 8 wp_enqueue_script('moment'); 9 8 10 9 11 wp_register_script( 'tfba_codebird', plugin_dir_url( __FILE__ ) . '../bower_components/codebird-js/codebird.js', array( 'jquery' ) ); 10 12 wp_register_script( 'tfba_doT', plugin_dir_url( __FILE__ ) . '../bower_components/doT/doT.min.js', array( 'jquery' ) ); 11 wp_register_script( 'tfba_moment', plugin_dir_url( __FILE__ ) . '../bower_components/moment/min/moment.min.js', array( 'jquery' ) );12 13 wp_register_script( 'tfba_socialfeed', plugin_dir_url( __FILE__ ) . '../js/jquery.socialfeed.js', array( 'jquery' ) ); 13 14 wp_register_style( 'tfba_socialfeed_style', plugin_dir_url( __FILE__ ) . '../css/jquery.socialfeed.css', false, '1.0.0' ); -
arrow-twitter-feed/trunk/includes/tfba-enqueue-scripts.php
r2147158 r2153213 6 6 7 7 wp_enqueue_script('jquery'); 8 wp_enqueue_script('moment'); 9 8 10 9 11 wp_register_script( 'tfba_codebird', plugin_dir_url( __FILE__ ) . '../bower_components/codebird-js/codebird.js', array( 'jquery' ) ); 10 12 wp_register_script( 'tfba_doT', plugin_dir_url( __FILE__ ) . '../bower_components/doT/doT.min.js', array( 'jquery' ) ); 11 wp_register_script( 'tfba_moment', plugin_dir_url( __FILE__ ) . '../bower_components/moment/min/moment.min.js', array( 'jquery' ) );12 13 wp_register_script( 'tfba_socialfeed', plugin_dir_url( __FILE__ ) . '../js/jquery.socialfeed.js', array( 'jquery' ) ); 13 14 wp_register_style( 'tfba_socialfeed_style', plugin_dir_url( __FILE__ ) . '../css/jquery.socialfeed.css', false, '1.0.0' );
Note: See TracChangeset
for help on using the changeset viewer.