Rename debug-bar-support.php to debug-bar-plugin.php

This commit is contained in:
Yahnis Elsts 2012-10-29 09:13:23 +00:00
parent 4a24752fce
commit dd309a7310
2 changed files with 2 additions and 2 deletions

View File

@ -543,11 +543,11 @@ class PluginUpdateChecker {
}
/**
* Initialize our Debug Bar plugin/add-on thingy.
* Initialize the update checker Debug Bar plugin/add-on thingy.
*/
public function initDebugBarPanel() {
if ( class_exists('Debug_Bar') ) {
require_once dirname(__FILE__) . '/debug-bar-support.php';
require_once dirname(__FILE__) . '/debug-bar-plugin.php';
$this->debugBarPlugin = new PucDebugBarPlugin($this);
}
}