Make WordPress Core

Ticket #57017: 57017.diff

File 57017.diff, 1.7 KB (added by itpathsolutions, 3 years ago)

Patch added

  • src/wp-includes/Requests/IPv6.php

    diff --git a/src/wp-includes/Requests/IPv6.php b/src/wp-includes/Requests/IPv6.php
    index ba88786be6..76673477cd 100644
    a b class Requests_IPv6 { 
    3030         * @author elfrink at introweb dot nl
    3131         * @author Josh Peck <jmp at joshpeck dot org>
    3232         * @copyright 2003-2005 The PHP Group
    33          * @license http://www.opensource.org/licenses/bsd-license.php
     33         * @license https://www.opensource.org/licenses/bsd-license.php
    3434         * @param string $ip An IPv6 address
    3535         * @return string The uncompressed IPv6 address
    3636         */
  • src/wp-includes/Requests/IRI.php

    diff --git a/src/wp-includes/Requests/IRI.php b/src/wp-includes/Requests/IRI.php
    index 5d80e49572..54a942f873 100644
    a b  
    4343 * @author Geoffrey Sneddon
    4444 * @author Steve Minutillo
    4545 * @copyright 2007-2009 Geoffrey Sneddon and Steve Minutillo
    46  * @license http://www.opensource.org/licenses/bsd-license.php
     46 * @license https://www.opensource.org/licenses/bsd-license.php
    4747 * @link http://hg.gsnedders.com/iri/
    4848 *
    4949 * @property string $iri IRI we're working with
  • src/wp-includes/class-IXR.php

    diff --git a/src/wp-includes/class-IXR.php b/src/wp-includes/class-IXR.php
    index 0cd72df20e..c6773865c7 100644
    a b  
    3636 * @version    1.7.4 7th September 2010
    3737 * @author     Simon Willison
    3838 * @link       http://scripts.incutio.com/xmlrpc/ Site/manual
    39  * @license    http://www.opensource.org/licenses/bsd-license.php BSD
     39 * @license    https://www.opensource.org/licenses/bsd-license.php BSD
    4040 */
    4141
    4242require_once ABSPATH . WPINC . '/IXR/class-IXR-server.php';