Plugin Directory

Changeset 1037936


Ignore:
Timestamp:
12/04/2014 04:10:49 AM (11 years ago)
Author:
nirob.19
Message:

serious error fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • responsive-admin-maintenance-pro/trunk/inc/functions.php

    r1037848 r1037936  
    55
    66    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
    89
    910    $wp_styles->do_items('_style');
    10     $wp_styles->do_items('boot-css');
    1111
    12 
     12    $wp_scripts->do_items('jquery');
    1313    $wp_scripts->do_items('_counter');
    1414}
    1515add_action('options_style', 'add_custom_style_and_script');
    16 
    17 
    1816
    1917
Note: See TracChangeset for help on using the changeset viewer.