diff --git a/wp-includes/comment.php b/wp-includes/comment.php index 50a761f94a..53c6b5df2d 100644 --- a/wp-includes/comment.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 209cbe0665..727a95e7dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55212'; +$wp_version = '6.2-alpha-55213'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.