Index: wordpress.org/public_html/wp-content/mu-plugins/pub/locales.php
===================================================================
--- wordpress.org/public_html/wp-content/mu-plugins/pub/locales.php	(revision 12487)
+++ wordpress.org/public_html/wp-content/mu-plugins/pub/locales.php	(working copy)
@@ -32,6 +32,8 @@
 
 	/**
 	 * Retrieves all available locales.
+	 * 
+	 * @global wpdb $wpdb WordPress database abstraction object.
 	 *
 	 * @return GP_Locale[] Array of locale objects.
 	 */
Index: wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/helpers/helper-translation-discussion.php
===================================================================
--- wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/helpers/helper-translation-discussion.php	(revision 12487)
+++ wordpress.org/public_html/wp-content/plugins/gp-translation-helpers/helpers/helper-translation-discussion.php	(working copy)
@@ -886,6 +886,8 @@
  * Callback for the wp_list_comments() function in the helper-translation-discussion.php template.
  *
  * @since 0.0.1
+ * 
+ * @global WP_Comment $comment Global comment object.
  *
  * @param WP_Comment $comment   The comment object.
  * @param array      $args      Formatting options.
Index: wordpress.org/public_html/wp-content/plugins/locale-detection/class-detector.php
===================================================================
--- wordpress.org/public_html/wp-content/plugins/locale-detection/class-detector.php	(revision 12487)
+++ wordpress.org/public_html/wp-content/plugins/locale-detection/class-detector.php	(working copy)
@@ -93,6 +93,8 @@
 
 	/**
 	 * Returns the list of available locales.
+	 * 
+	 * @global wpdb $wpdb WordPress database abstraction object.
 	 *
 	 * @return array
 	 */
Index: wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-post-types/classes/class-helphub-post-types-post-type.php
===================================================================
--- wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-post-types/classes/class-helphub-post-types-post-type.php	(revision 12487)
+++ wordpress.org/public_html/wp-content/plugins/support-helphub/inc/helphub-post-types/classes/class-helphub-post-types-post-type.php	(working copy)
@@ -375,6 +375,8 @@
 	 *
 	 * @access public
 	 * @since  1.0.0
+	 * 
+	 * @global int $post_id
 	 *
 	 * @param array $field_data The field data to populate the rendering function.
 	 *
Index: wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
===================================================================
--- wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php	(revision 12487)
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php	(working copy)
@@ -282,6 +282,8 @@
 
 /**
  * Retreives all avaiable locales with their native names.
+ * 
+ * @global wpdb $wpdb WordPress database abstraction object.
  *
  * @return array Locales with their native names.
  */
