Changeset 1322070
- Timestamp:
- 01/06/2016 01:43:23 AM (10 years ago)
- File:
-
- 1 edited
-
thunder-port/trunk/thunder_port.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thunder-port/trunk/thunder_port.php
r1319920 r1322070 192 192 } 193 193 194 add_action( 'admin_enqueue_scripts', 'thunder_add_script' );194 // add_action( 'admin_enqueue_scripts', 'thunder_add_script' ); 195 195 196 196 function thunder_add_logo() { … … 643 643 function thunder_port_options_page() { 644 644 645 thunder_add_script(); 645 646 $logo = thunder_add_logo(); 646 647 echo $logo; … … 1474 1475 1475 1476 if (isset($_GET['plugins'])&&isset($_GET['query']) || isset($_GET['plugins'])) { 1476 1477 thunder_add_script(); 1477 1478 ?> 1478 1479
Note: See TracChangeset
for help on using the changeset viewer.