• Line 65 of log-viewer/includes/class-dbpanel.php should be updated for current API:
    parent::__construct( ‘Log Viewer’ );

    This will eliminate filling the log file with deprecated warnings ??

    Thanks!

Viewing 1 replies (of 1 total)
  • I came to the same conclusion. The line currently is:
    parent::Debug_Bar_Panel( 'Log Viewer' );
    which is a deprecated constructor. Instead, it should be:
    parent::__construct( 'Log Viewer' );

Viewing 1 replies (of 1 total)
  • The topic ‘BUG: deprecated constructor call for Debug Bar Panel’ is closed to new replies.