Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,7 @@ public function config_page(): void {
'<code>',
'<code style="background-color: #eee; margin: 0; padding: 0;">',
// phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_var_export -- This is only shown in debug mode.
\highlight_string( "<?php\n\$this->options = " . \var_export( $this->options, true ) . ';', true ),
$num
\highlight_string( "<?php\n\$this->options = " . \var_export( $this->options, true ) . ';', true )
);
?>
</div>
Expand Down
Loading