~canonical-sysadmins/wordpress/upstream

« back to all changes in this revision

Viewing changes to wp-includes/http.php

  • Committer: Barry Price
  • Date: 2019-10-16 07:26:33 UTC
  • Revision ID: barry.price@canonical.com-20191016072633-1jg1zi7uh0fpem6g
new upstream release 5.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
555
555
                } else {
556
556
                        $ip = gethostbyname( $host );
557
557
                        if ( $ip === $host ) { // Error condition for gethostbyname()
558
 
                                $ip = false;
 
558
                                return false;
559
559
                        }
560
560
                }
561
561
                if ( $ip ) {