Index: wp-includes/bookmark.php
===================================================================
--- wp-includes/bookmark.php	(revision 56650)
+++ wp-includes/bookmark.php	(working copy)
@@ -12,6 +12,7 @@
  * @since 2.1.0
  *
  * @global wpdb $wpdb WordPress database abstraction object.
+ * @global object $link Current link object.
  *
  * @param int|stdClass $bookmark
  * @param string       $output   Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which
Index: wp-includes/class-wp-user.php
===================================================================
--- wp-includes/class-wp-user.php	(revision 56650)
+++ wp-includes/class-wp-user.php	(working copy)
@@ -116,6 +116,8 @@
 	 * Retrieves the userdata and passes it to WP_User::init().
 	 *
 	 * @since 2.0.0
+	 * 
+	 * @global wpdb $wpdb WordPress database abstraction object.
 	 *
 	 * @param int|string|stdClass|WP_User $id      User's ID, a WP_User object, or a user object from the DB.
 	 * @param string                      $name    Optional. User's username
