Docs: Various improvements to inline documentation.

See #62281
Built from https://develop.svn.wordpress.org/trunk@59865


git-svn-id: http://core.svn.wordpress.org/trunk@59207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2025-02-24 13:43:23 +00:00
parent d685ee9b02
commit 802523f5d7
8 changed files with 18 additions and 8 deletions

View File

@@ -102,7 +102,6 @@ function wp_get_https_detection_errors() {
*
* @param null|WP_Error $pre Error object to short-circuit detection,
* or null to continue with the default behavior.
* @return null|WP_Error Error object if HTTPS detection errors are found, null otherwise.
*/
$support_errors = apply_filters( 'pre_wp_get_https_detection_errors', null );
if ( is_wp_error( $support_errors ) ) {