Changeset 870501
- Timestamp:
- 03/06/2014 10:52:26 AM (12 years ago)
- File:
-
- 1 edited
-
bootstrap-collapse/trunk/bootstrap_collapse.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bootstrap-collapse/trunk/bootstrap_collapse.php
r770786 r870501 145 145 wp_enqueue_script('bootstrapjst',plugin_dir_url(__FILE__) . 'js/bootstrap-transition.js',array( 'jquery' )); 146 146 wp_enqueue_style('bootstrapstyle',plugin_dir_url(__FILE__) . 'css/bootstrap.css'); 147 wp_register_style('bootstrapCustomCss',plugin_dir_url(__FILE__). 'bootstrapCustomCss.php');148 wp_enqueue_style( 'bootstrapCustomCss');147 //wp_register_style('bootstrapCustomCss',plugin_dir_url(__FILE__). 'bootstrapCustomCss.php'); 148 //wp_enqueue_style( 'bootstrapCustomCss'); 149 149 150 150 }
Note: See TracChangeset
for help on using the changeset viewer.