Add the update checker class name to the Debug Bar output. Useful when trying to figure out which library version was loaded.

This commit is contained in:
Yahnis Elsts 2012-11-04 11:46:55 +00:00
parent 0c5f9863f0
commit a0c1dfa732
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class PluginUpdateCheckerPanel extends Debug_Bar_Panel {
$this->row('Checked version', htmlentities($state->checkedVersion));
$this->row('Cached update', $state->update);
}
$this->row('Update checker class', htmlentities(get_class($this->updateChecker)));
echo '</table>';
$update = $this->updateChecker->getUpdate();