Plugin Directory

Changeset 589479


Ignore:
Timestamp:
08/23/2012 04:50:50 PM (14 years ago)
Author:
simpleux
Message:

Fixed global bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bugherd/trunk/wp-bugherd-view.php

    r588721 r589479  
    7777    public static function site_admin_notice()
    7878    {
    79         global $page_hook;
     79        global $page_hook, $wp_version;
    8080
    8181        if($page_hook != "settings_page_wp-bugherd")
     
    328328    public static function css()
    329329    {
     330        global $wp_version;
    330331        ?>
    331332        <style type="text/css">
     
    563564    public static function js()
    564565    {
     566        global $wp_version;
    565567        ?>
    566568            <script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.