Make WordPress Core


Ignore:
Timestamp:
02/07/2014 09:46:19 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Fix typo in wp_set_auth_cookie() description.

props drozdz.
fixes #27046.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/pluggable.php

    r26868 r27116  
    635635if ( !function_exists('wp_set_auth_cookie') ) :
    636636/**
    637  * Sets the authentication cookies based User ID.
     637 * Sets the authentication cookies based on user ID.
    638638 *
    639639 * The $remember parameter increases the time that the cookie will be kept. The
Note: See TracChangeset for help on using the changeset viewer.