Minor: More IDE hints.

This commit is contained in:
Yahnis Elsts 2016-01-09 18:27:59 +02:00
parent 81f6d15828
commit d600e14f5d
1 changed files with 1 additions and 0 deletions

View File

@ -985,6 +985,7 @@ class PluginUpdateChecker_2_3 {
public function initDebugBarPanel() {
$debugBarPlugin = dirname(__FILE__) . '/debug-bar-plugin.php';
if ( class_exists('Debug_Bar', false) && file_exists($debugBarPlugin) ) {
/** @noinspection PhpIncludeInspection */
require_once $debugBarPlugin;
$this->debugBarPlugin = new PucDebugBarPlugin($this);
}