Plugin Directory

Changeset 1379814


Ignore:
Timestamp:
03/27/2016 02:32:15 PM (10 years ago)
Author:
willyxd
Message:

.js 1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-background-video/trunk/simple_background_video_zd.php

    r1379813 r1379814  
    487487    if (!empty($video_web) || !empty($video_mp4)) {
    488488
    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' );
    490490        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' );
    492492        wp_enqueue_script( 'add_video_js' );
    493493
Note: See TracChangeset for help on using the changeset viewer.