diff --git a/src/wp-includes/http.php b/src/wp-includes/http.php
index 99599047d8..2c0be2aa1e 100644
--- a/src/wp-includes/http.php
+++ b/src/wp-includes/http.php
@@ -1,12 +1,10 @@
 <?php
 /**
- * Simple and uniform HTTP request API.
+ * Core HTTP Request API
  *
  * Standardizes the HTTP requests for WordPress. Handles cookies, gzip encoding and decoding, chunk
  * decoding, if HTTP 1.1 and various other difficult HTTP protocol implementations.
  *
- * @link https://core.trac.wordpress.org/ticket/4779 HTTP API Proposal
- *
  * @package WordPress
  * @subpackage HTTP
  * @since 2.7.0