Changeset 28793
- Timestamp:
- 06/20/2014 08:46:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r28741 r28793 1698 1698 if ( !function_exists('wp_create_nonce') ) : 1699 1699 /** 1700 * Creates a random, one time use token.1700 * Creates a cryptographic token tied to a specific action, user, and window of time. 1701 1701 * 1702 1702 * @since 2.0.3 1703 1703 * 1704 * @param string |int$action Scalar value to add context to the nonce.1705 * @return string The one use form token1704 * @param string $action Scalar value to add context to the nonce. 1705 * @return string The token. 1706 1706 */ 1707 1707 function wp_create_nonce($action = -1) {
Note: See TracChangeset
for help on using the changeset viewer.