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:
parent
0c5f9863f0
commit
a0c1dfa732
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue