diff --git a/includes/install.php b/includes/install.php index 0a9eef790..17f568d67 100755 --- a/includes/install.php +++ b/includes/install.php @@ -28,6 +28,7 @@ class WP_Stream_Install { /** * URL to the Stream Admin settings page. + * * @access public * @var string */ @@ -59,7 +60,6 @@ public static function get_instance() { * Sets static class properties */ function __construct() { - global $wpdb; self::$current = WP_Stream::VERSION; @@ -83,7 +83,6 @@ function __construct() { * If database update required admin notice will be given * on the plugin update screen * - * @action pre_current_active_plugins * @return null */ private static function check() { @@ -115,6 +114,11 @@ public static function prompt_update() {