Plugin Directory

Changeset 1799728


Ignore:
Timestamp:
01/09/2018 02:11:00 PM (8 years ago)
Author:
schneiders
Message:

kiuytgfdghj

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irechargevendor/trunk/iRecharge_plugin.php

    r1799724 r1799728  
    218218{
    219219    wp_register_script('irecharge_pluginscript.js',plugins_url('js/irecharge_pluginscript.js',_FILE_), array('jquery'), '', true);
    220     wp_register_scripts('bootstrap.min.js',plugins_url('js/bootstrap.min.js',_FILE_), array('jquery'), '', true);
    221     wp_register_scripts('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);
    222222    wp_register_style( 'irecharge_pluginstyle.css', plugins_url('css/irecharge_pluginstyle.css', _FILE_ ), array());
    223223    wp_register_style( 'bootstrap.min.css', plugins_url('css/bootstrap.min.css', _FILE_ ), array());
Note: See TracChangeset for help on using the changeset viewer.