Skip to content

Commit

Permalink
Remove linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Mar 17, 2023
1 parent 49d2f60 commit e3c1d66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@

// Check if Composer is installed.
if ( ! file_exists( __DIR__ . '/vendor/wordpress-autoload.php' ) ) {
// Don't bail if Monolog is already loaded (logger could be installed as a
// Composer dependency).
// Don't bail if Monolog is already loaded (logger could be installed as a Composer dependency).
if ( ! class_exists( Logger::class ) ) {
\add_action(
'admin_notices',
Expand Down

0 comments on commit e3c1d66

Please sign in to comment.