Make WordPress Core


Ignore:
Timestamp:
12/24/2013 06:56:05 PM (11 years ago)
Author:
DrewAPicture
Message:

First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin.

Props JustinSainton, SergeyBiryukov, DrewAPicture.
Fixes #26713.

File:
1 edited

Legend:

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

    r26503 r26868  
    1010 * Creates a new user from the "Users" form using $_POST information.
    1111 *
    12  * @since 2.0
     12 * @since 2.0.0
    1313 *
    1414 * @return null|WP_Error|int Null when adding user, WP_Error or User ID integer when no parameters.
     
    2323 * Used on user-edit.php and profile.php to manage and process user options, passwords etc.
    2424 *
    25  * @since 2.0
     25 * @since 2.0.0
    2626 *
    2727 * @param int $user_id Optional. User ID.
     
    194194 * user management.
    195195 *
    196  * @since 2.8
     196 * @since 2.8.0
    197197 *
    198198 * @return unknown
Note: See TracChangeset for help on using the changeset viewer.