Changeset 1379814
- Timestamp:
- 03/27/2016 02:32:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-background-video/trunk/simple_background_video_zd.php
r1379813 r1379814 487 487 if (!empty($video_web) || !empty($video_mp4)) { 488 488 489 wp_register_style( 'add_video_css', plugin_dir_url( __FILE__ ) . 'css/add_video.css', false, '1. 0.0' );489 wp_register_style( 'add_video_css', plugin_dir_url( __FILE__ ) . 'css/add_video.css', false, '1.2' ); 490 490 wp_enqueue_style( 'add_video_css' ); 491 wp_register_script( 'add_video_js', plugin_dir_url( __FILE__ ) . 'js/add_video.js', false, '1. 0.0' );491 wp_register_script( 'add_video_js', plugin_dir_url( __FILE__ ) . 'js/add_video.js', false, '1.2' ); 492 492 wp_enqueue_script( 'add_video_js' ); 493 493
Note: See TracChangeset
for help on using the changeset viewer.