From bd4d4af7849320678c7617e7ca1aed6cf87f1406 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 3 Feb 2023 14:45:42 +0000 Subject: [PATCH] Docs: Capitalize `X-Pingback` in `discover_pingback_server_uri()` DocBlock. Follow-up to [55210], [55211], [55212]. See #54225. git-svn-id: https://develop.svn.wordpress.org/trunk@55213 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-includes/comment.php b/src/wp-includes/comment.php index 50a761f94a..53c6b5df2d 100644 --- a/src/wp-includes/comment.php +++ b/src/wp-includes/comment.php @@ -2781,9 +2781,9 @@ function wp_update_comment_count_now( $post_id ) { /** * Finds a pingback server URI based on the given URL. * - * Checks the HTML for the rel="pingback" link and x-pingback headers. It does - * a check for the x-pingback headers first and returns that, if available. The - * check for the rel="pingback" has more overhead than just the header. + * Checks the HTML for the rel="pingback" link and X-Pingback headers. It does + * a check for the X-Pingback headers first and returns that, if available. + * The check for the rel="pingback" has more overhead than just the header. * * @since 1.5.0 *