Changeset 1327265
- Timestamp:
- 01/13/2016 08:05:31 AM (10 years ago)
- File:
-
- 1 edited
-
wp-extend-toolbar/trunk/wp-extend-toolbar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-extend-toolbar/trunk/wp-extend-toolbar.php
r1322865 r1327265 71 71 function enqueue() { 72 72 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 ); 75 75 76 76 }
Note: See TracChangeset
for help on using the changeset viewer.