Changeset 1037936
- Timestamp:
- 12/04/2014 04:10:49 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
responsive-admin-maintenance-pro/trunk/inc/functions.php
r1037848 r1037936 5 5 6 6 wp_register_style('_style', TEMPLATE_URL.'style.css'); 7 wp_register_script( '_counter', TEMPLATE_URL.'js/countdown.js', 'jquery'); 7 wp_register_script( '_counter', TEMPLATE_URL.'js/countdown.js', 'jquery'); 8 8 9 9 10 $wp_styles->do_items('_style'); 10 $wp_styles->do_items('boot-css');11 11 12 12 $wp_scripts->do_items('jquery'); 13 13 $wp_scripts->do_items('_counter'); 14 14 } 15 15 add_action('options_style', 'add_custom_style_and_script'); 16 17 18 16 19 17
Note: See TracChangeset
for help on using the changeset viewer.