Minor: adjust whitespace
This commit is contained in:
parent
05e97af9e1
commit
4a415c1f33
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue