diff --git a/admin/admin.php b/admin/admin.php index c2ee737..2677625 100644 --- a/admin/admin.php +++ b/admin/admin.php @@ -482,8 +482,7 @@ public function config_page(): void { '', '', // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_var_export -- This is only shown in debug mode. - \highlight_string( "options = " . \var_export( $this->options, true ) . ';', true ), - $num + \highlight_string( "options = " . \var_export( $this->options, true ) . ';', true ) ); ?>