Make WordPress Core

Ticket #60021: 60021.patch

File 60021.patch, 1.0 KB (added by upadalavipul, 3 years ago)
  • wp-includes/bookmark.php

     
    1212 * @since 2.1.0
    1313 *
    1414 * @global wpdb $wpdb WordPress database abstraction object.
     15 * @global object $link Current link object.
    1516 *
    1617 * @param int|stdClass $bookmark
    1718 * @param string       $output   Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which
  • wp-includes/class-wp-user.php

     
    116116         * Retrieves the userdata and passes it to WP_User::init().
    117117         *
    118118         * @since 2.0.0
     119         *
     120         * @global wpdb $wpdb WordPress database abstraction object.
    119121         *
    120122         * @param int|string|stdClass|WP_User $id      User's ID, a WP_User object, or a user object from the DB.
    121123         * @param string                      $name    Optional. User's username