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 string $link.
  *
  * @param int|stdClass $bookmark
  * @param string       $output   Optional. The required return type. One of OBJECT, ARRAY_A, or ARRAY_N, which
Index: xmlrpc.php
===================================================================
--- xmlrpc.php	(revision 56650)
+++ xmlrpc.php	(working copy)
@@ -93,6 +93,8 @@
  *
  * @deprecated 3.4.0 Use error_log()
  * @see error_log()
+ * 
+ * @global string $xmlrpc_logging.
  *
  * @param string $io Whether input or output
  * @param string $msg Information describing logging reason.
