Skip to content

Commit

Permalink
Update src/wp-includes/load.php
Browse files Browse the repository at this point in the history
Co-authored-by: DEBARGHYA BANERJEE <[email protected]>
  • Loading branch information
Georg-Git and Debarghya-Banerjee authored Sep 24, 2024
1 parent c03f4cb commit 3c1efb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ function wp_start_scraping_edited_file_errors() {
$nonce = wp_unslash( $_REQUEST['wp_scrape_nonce'] );
$transient = get_transient( 'scrape_key_' . $key );

if ( $transient === false ) {
if ( false === $transient ) {
return;
}

Expand Down

0 comments on commit 3c1efb2

Please sign in to comment.