Skip to content

Commit

Permalink
Ignore error_log case
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfusco committed Oct 3, 2024
1 parent d710eb7 commit 885330b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/faustwp/includes/updates/class-plugin-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function __construct( $properties ) {
empty( $properties['plugin_slug'] ) ||
empty( $properties['plugin_basename'] )
) {
// phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log
error_log( 'WPE Secure Plugin Updater received a malformed request.' );
return;
}
Expand Down

0 comments on commit 885330b

Please sign in to comment.