Plugin Directory

Changeset 1322070


Ignore:
Timestamp:
01/06/2016 01:43:23 AM (10 years ago)
Author:
vividlteam
Message:

fix adding script function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • thunder-port/trunk/thunder_port.php

    r1319920 r1322070  
    192192}
    193193
    194 add_action( 'admin_enqueue_scripts', 'thunder_add_script' );
     194// add_action( 'admin_enqueue_scripts', 'thunder_add_script' );
    195195
    196196function thunder_add_logo() {
     
    643643function thunder_port_options_page() { 
    644644   
     645    thunder_add_script();
    645646    $logo = thunder_add_logo();
    646647    echo $logo;
     
    14741475
    14751476    if (isset($_GET['plugins'])&&isset($_GET['query']) || isset($_GET['plugins'])) {
    1476 
     1477        thunder_add_script();
    14771478    ?>
    14781479   
Note: See TracChangeset for help on using the changeset viewer.