Ticket #60021: 60021.patch
| File 60021.patch, 1.0 KB (added by , 3 years ago) |
|---|
-
wp-includes/bookmark.php
12 12 * @since 2.1.0 13 13 * 14 14 * @global wpdb $wpdb WordPress database abstraction object. 15 * @global object $link Current link object. 15 16 * 16 17 * @param int|stdClass $bookmark 17 18 * @param string $output Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which -
wp-includes/class-wp-user.php
116 116 * Retrieves the userdata and passes it to WP_User::init(). 117 117 * 118 118 * @since 2.0.0 119 * 120 * @global wpdb $wpdb WordPress database abstraction object. 119 121 * 120 122 * @param int|string|stdClass|WP_User $id User's ID, a WP_User object, or a user object from the DB. 121 123 * @param string $name Optional. User's username