Changes between Version 2 and Version 3 of Ticket #48356, comment 5
- Timestamp:
- 10/17/2019 03:39:02 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48356, comment 5
v2 v3 116 116 function wp_verify_persistent_nonce( $nonce, $action = -1 ) { 117 117 $nonce = (string) $nonce; 118 //119 118 120 119 if ( empty( $nonce ) ) {