Ticket #33636: 33636.diff
| File 33636.diff, 476 bytes (added by , 10 years ago) |
|---|
-
src/wp-includes/pluggable.php
diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php index b755bdd..f6ad510 100644
a b endif; 1831 1831 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 1837 1838 *