Minor: adjust whitespace

This commit is contained in:
Yahnis Elsts 2015-09-07 16:55:38 +03:00
parent 05e97af9e1
commit 4a415c1f33
1 changed files with 1 additions and 1 deletions

View File

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