Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #48356, comment 5


Ignore:
Timestamp:
10/17/2019 03:39:02 PM (6 years ago)
Author:
KestutisIT
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48356, comment 5

    v2 v3  
    116116    function wp_verify_persistent_nonce( $nonce, $action = -1 ) {
    117117        $nonce = (string) $nonce;
    118         //
    119118
    120119        if ( empty( $nonce ) ) {