Make WordPress Core

Ticket #33636: 33636.diff

File 33636.diff, 476 bytes (added by ericlewis, 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; 
    18311831
    18321832if ( !function_exists('wp_create_nonce') ) :
    18331833/**
    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.
    18351836 *
    18361837 * @since 2.0.3
    18371838 *