Index: api.wordpress.org/public_html/events/1.0/index.php
===================================================================
--- api.wordpress.org/public_html/events/1.0/index.php	(revision 12528)
+++ api.wordpress.org/public_html/events/1.0/index.php	(working copy)
@@ -453,6 +453,8 @@
  * NOTE: The location that is found here cannot be returned to the client.
  *       See `rebuild_location_from_geonames()`.
  *
+ * @global wpdb $wpdb WordPress database abstraction object.
+ * 
  * @param string $dotted_ip
  *
  * @return false|object `false` on failure; an object on success
@@ -777,6 +779,8 @@
 /**
  * Get the country that corresponds to the given country name
  *
+ * @global wpdb $wpdb WordPress database abstraction object.
+ * 
  * @param string $country_name
  *
  * @return false|array false on failure; an array with country details on success
@@ -998,6 +1002,8 @@
  * need to have more advanced notice of when they're occurring. In a city with an active meetup, the camp
  * might not show up in the Events Widget until a week or two before it happens, which isn't enough time.
  *
+ * @global wpdb $wpdb WordPress database abstraction object.
+ * 
  * @param array $request_args
  * @param int   $distance
  *
@@ -1410,6 +1416,8 @@
 /**
  * Pin the next upcoming online WordCamp to the Events Widget.
  *
+ * @global wpdb $wpdb WordPress database abstraction object.
+ * 
  * @param array  $events
  * @param string $user_agent
  * @param int    $current_time
@@ -1515,6 +1523,8 @@
 /**
  * Pin upcoming learn.wordpress.org discussion groups to the Events Widget.
  *
+ * @global wpdb $wpdb WordPress database abstraction object.
+ * 
  * @param array  $events
  * @param string $user_agent
  *
Index: buddypress.org/public_html/wp-content/themes/bporg-developer/functions.php
===================================================================
--- buddypress.org/public_html/wp-content/themes/bporg-developer/functions.php	(revision 12528)
+++ buddypress.org/public_html/wp-content/themes/bporg-developer/functions.php	(working copy)
@@ -266,6 +266,8 @@
  * Get site section root URL based on URL path.
  *
  * @since 1.0.0
+ * 
+ * @global WP $wp Current WordPress environment instance.
  *
  * @return string The section root URL.
  */
@@ -286,6 +288,8 @@
  * Get site section title based on URL path.
  *
  * @since 1.0.0
+ * 
+ * @global WP $wp Current WordPress environment instance.
  *
  * @return string The section title.
  */
Index: wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
===================================================================
--- wordpress.tv/public_html/wp-content/themes/wptv2/functions.php	(revision 12528)
+++ wordpress.tv/public_html/wp-content/themes/wptv2/functions.php	(working copy)
@@ -455,6 +455,8 @@
 	 *
 	 * Used with wp_list_comments in the theme files,
 	 * fired via the wptv_list_comments callback wrapper.
+	 * 
+	 * @global WP_Comment $comment Global comment object.
 	 *
 	 * @param object $comment
 	 * @param array  $args
