mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Docs: Capitalize X-Pingback
in discover_pingback_server_uri()
DocBlock.
Follow-up to [55210], [55211], [55212]. See #54225. Built from https://develop.svn.wordpress.org/trunk@55213 git-svn-id: http://core.svn.wordpress.org/trunk@54746 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e235883c4d
commit
eff6618cbb
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user