Changeset 30576 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 11/26/2014 07:18:02 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r30544 r30576 1696 1696 * @return bool Whether the nonce check passed or failed. 1697 1697 */ 1698 function wp_verify_nonce($nonce, $action = -1) { 1698 function wp_verify_nonce( $nonce, $action = -1 ) { 1699 $nonce = (string) $nonce; 1699 1700 $user = wp_get_current_user(); 1700 1701 $uid = (int) $user->ID;
Note: See TracChangeset
for help on using the changeset viewer.