Index: wp-includes/template.php
===================================================================
--- wp-includes/template.php	(revision 56098)
+++ wp-includes/template.php	(working copy)
@@ -733,18 +733,8 @@
  * @since 1.5.0
  * @since 5.5.0 The `$args` parameter was added.
  *
- * @global array      $posts
- * @global WP_Post    $post          Global post object.
- * @global bool       $wp_did_header
  * @global WP_Query   $wp_query      WordPress Query object.
- * @global WP_Rewrite $wp_rewrite    WordPress rewrite component.
- * @global wpdb       $wpdb          WordPress database abstraction object.
- * @global string     $wp_version
- * @global WP         $wp            Current WordPress environment instance.
- * @global int        $id
- * @global WP_Comment $comment       Global comment object.
- * @global int        $user_ID
- *
+ * 
  * @param string $_template_file Path to template file.
  * @param bool   $load_once      Whether to require_once or require. Default true.
  * @param array  $args           Optional. Additional arguments passed to the template.
@@ -751,7 +741,7 @@
  *                               Default empty array.
  */
 function load_template( $_template_file, $load_once = true, $args = array() ) {
-	global $posts, $post, $wp_did_header, $wp_query, $wp_rewrite, $wpdb, $wp_version, $wp, $id, $comment, $user_ID;
+	global $wp_query;
 
 	if ( is_array( $wp_query->query_vars ) ) {
 		/*
