From b3f49e0cdf4d457a2c3dc629b3bd0ab81c19acc0 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 27 Sep 2015 18:48:14 +0000 Subject: [PATCH] Docs: Fix some syntatical issues in the DocBlock for `WP::send_headers()` following [34632]. See #20226. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@34635 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/class-wp.php b/src/wp-includes/class-wp.php index 0a1af19f0b..4fe275742d 100644 --- a/src/wp-includes/class-wp.php +++ b/src/wp-includes/class-wp.php @@ -357,14 +357,13 @@ class WP { } /** - * Send additional HTTP headers for caching, content type, etc. + * Sends additional HTTP headers for caching, content type, etc. * - * Sets the Content-Type header. - * Sets the 'error' status (if passed) and optionally exits. + * Sets the Content-Type header. Sets the 'error' status (if passed) and optionally exits. * If showing a feed, it will also send Last-Modified, ETag, and 304 status if needed. * * @since 2.0.0 - * @since 4.4.0 X-Pingback header is added conditionally after posts have been queried in handle_404(). + * @since 4.4.0 `X-Pingback` header is added conditionally after posts have been queried in handle_404(). */ public function send_headers() { $headers = array();