Plugin Directory

Changeset 1327265


Ignore:
Timestamp:
01/13/2016 08:05:31 AM (10 years ago)
Author:
michouse
Message:

"wp-extend-toolbar.js" and "wp-extend-toolbar.php" update"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-extend-toolbar/trunk/wp-extend-toolbar.php

    r1322865 r1327265  
    7171    function enqueue() {
    7272       
    73         wp_enqueue_style( 'wp-extend-toolbar', plugins_url( "css/wp-extend-toolbar.css", __FILE__ ), array(), '1.1.0' );
    74         wp_enqueue_script( 'wp-extend-toolbar', plugins_url( "js/wp-extend-toolbar.js", __FILE__ ), array( 'jquery' ), '1.1.0', true );
     73        wp_enqueue_style( 'wp-extend-toolbar', plugins_url( "css/wp-extend-toolbar.css", __FILE__ ), array(), '1.1.3' );
     74        wp_enqueue_script( 'wp-extend-toolbar', plugins_url( "js/wp-extend-toolbar.js", __FILE__ ), array( 'jquery' ), '1.1.3', true );
    7575       
    7676    }
Note: See TracChangeset for help on using the changeset viewer.