mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 18:54:29 +00:00
Docs: Replace "html" and "xhtml" instances in DocBlocks and comments with "HTML" and "XHTML".
This ensures consistent capitalization where appropriate. Props navidos, desrosj. Fixes #50473. git-svn-id: https://develop.svn.wordpress.org/trunk@48199 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2734,7 +2734,7 @@ function discover_pingback_server_uri( $url, $deprecated = '' ) {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Now do a GET since we're going to look in the html headers (and we're sure it's not a binary file).
|
||||
// Now do a GET since we're going to look in the HTML headers (and we're sure it's not a binary file).
|
||||
$response = wp_safe_remote_get(
|
||||
$url,
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user