Plugin Directory

Changeset 870501


Ignore:
Timestamp:
03/06/2014 10:52:26 AM (12 years ago)
Author:
sureshdsk
Message:

Bug fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrap-collapse/trunk/bootstrap_collapse.php

    r770786 r870501  
    145145wp_enqueue_script('bootstrapjst',plugin_dir_url(__FILE__) . 'js/bootstrap-transition.js',array( 'jquery' ));
    146146wp_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'); 
    149149
    150150}
Note: See TracChangeset for help on using the changeset viewer.