Changeset 33744 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 08/26/2015 12:05:11 AM (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
r33743 r33744 1813 1813 } 1814 1814 1815 /** 1816 * Fires when nonce verification fails. 1817 * 1818 * @since 4.4.0 1819 * 1820 * @param string $nonce The invalid nonce. 1821 * @param string|int $action The nonce action. 1822 * @param WP_User $user The current user object. 1823 * @param string $token The user's session token. 1824 */ 1825 do_action( 'wp_verify_nonce_failed', $nonce, $action, $user, $token ); 1826 1815 1827 // Invalid nonce 1816 1828 return false;
Note: See TracChangeset
for help on using the changeset viewer.