Make WordPress Core


Ignore:
Timestamp:
02/16/2024 09:45:18 PM (10 months ago)
Author:
johnbillion
Message:

Docs: Various improvements and corrections to inline documentation.

See #59651

File:
1 edited

Legend:

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

    r57190 r57644  
    192192     * @global wpdb $wpdb WordPress database abstraction object.
    193193     *
    194      * @param string     $field The field to query against: 'id', 'ID', 'slug', 'email' or 'login'.
     194     * @param string     $field The field to query against: Accepts 'id', 'ID', 'slug', 'email' or 'login'.
    195195     * @param string|int $value The field value.
    196196     * @return object|false Raw user object.
Note: See TracChangeset for help on using the changeset viewer.