Make WordPress Core


Ignore:
Timestamp:
09/27/2023 09:40:43 AM (2 years ago)
Author:
SergeyBiryukov
Message:

Bootstrap/Load: Remove a redundant continue statement in add_magic_quotes().

Follow-up to [48205], [48440].

Props Cybr.
See #58831.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r56707 r56732  
    12851285        } elseif ( is_string( $v ) ) {
    12861286            $input_array[ $k ] = addslashes( $v );
    1287         } else {
    1288             continue;
    12891287        }
    12901288    }
Note: See TracChangeset for help on using the changeset viewer.