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:
@@ -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 ) ) {
|
||||
|
||||
Reference in New Issue
Block a user