Changeset 33827
- Timestamp:
- 08/31/2015 08:49:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r33774 r33827 1832 1832 if ( !function_exists('wp_create_nonce') ) : 1833 1833 /** 1834 * Creates a cryptographic token tied to a specific action, user, and window of time. 1834 * Creates a cryptographic token tied to a specific action, user, user session, 1835 * and window of time. 1835 1836 * 1836 1837 * @since 2.0.3 1838 * @since 4.0.0 Session tokens were integrated with nonce creation 1837 1839 * 1838 1840 * @param string|int $action Scalar value to add context to the nonce.
Note: See TracChangeset
for help on using the changeset viewer.