Changeset 1799728
- Timestamp:
- 01/09/2018 02:11:00 PM (8 years ago)
- File:
-
- 1 edited
-
irechargevendor/trunk/iRecharge_plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
irechargevendor/trunk/iRecharge_plugin.php
r1799724 r1799728 218 218 { 219 219 wp_register_script('irecharge_pluginscript.js',plugins_url('js/irecharge_pluginscript.js',_FILE_), array('jquery'), '', true); 220 wp_register_script s('bootstrap.min.js',plugins_url('js/bootstrap.min.js',_FILE_), array('jquery'), '', true);221 wp_register_script s('irecharge_jquerycookie.js',plugins_url('js/jquery_cookie.js',_FILE_), array('jquery'), '', true);220 wp_register_script('bootstrap.min.js',plugins_url('js/bootstrap.min.js',_FILE_), array('jquery'), '', true); 221 wp_register_script('irecharge_jquerycookie.js',plugins_url('js/jquery_cookie.js',_FILE_), array('jquery'), '', true); 222 222 wp_register_style( 'irecharge_pluginstyle.css', plugins_url('css/irecharge_pluginstyle.css', _FILE_ ), array()); 223 223 wp_register_style( 'bootstrap.min.css', plugins_url('css/bootstrap.min.css', _FILE_ ), array());
Note: See TracChangeset
for help on using the changeset viewer.