Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:00:07 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Capitalize "ID", when referring to a post ID, term ID, etc. in a more consistent way.

See #49572.

File:
1 edited

Legend:

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

    r48059 r48104  
    2626 *
    2727 * @param int $user_id Optional. User ID.
    28  * @return int|WP_Error user id of the updated user.
     28 * @return int|WP_Error User ID of the updated user.
    2929 */
    3030function edit_user( $user_id = 0 ) {
     
    215215     *
    216216     * @param WP_Error $errors WP_Error object (passed by reference).
    217      * @param bool     $update  Whether this is a user update.
     217     * @param bool     $update Whether this is a user update.
    218218     * @param stdClass $user   User object (passed by reference).
    219219     */
Note: See TracChangeset for help on using the changeset viewer.