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 { |
| 30 | 30 | * @author elfrink at introweb dot nl |
| 31 | 31 | * @author Josh Peck <jmp at joshpeck dot org> |
| 32 | 32 | * @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 |
| 34 | 34 | * @param string $ip An IPv6 address |
| 35 | 35 | * @return string The uncompressed IPv6 address |
| 36 | 36 | */ |
diff --git a/src/wp-includes/Requests/IRI.php b/src/wp-includes/Requests/IRI.php
index 5d80e49572..54a942f873 100644
|
a
|
b
|
|
| 43 | 43 | * @author Geoffrey Sneddon |
| 44 | 44 | * @author Steve Minutillo |
| 45 | 45 | * @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 |
| 47 | 47 | * @link http://hg.gsnedders.com/iri/ |
| 48 | 48 | * |
| 49 | 49 | * @property string $iri IRI we're working with |
diff --git a/src/wp-includes/class-IXR.php b/src/wp-includes/class-IXR.php
index 0cd72df20e..c6773865c7 100644
|
a
|
b
|
|
| 36 | 36 | * @version 1.7.4 7th September 2010 |
| 37 | 37 | * @author Simon Willison |
| 38 | 38 | * @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 |
| 40 | 40 | */ |
| 41 | 41 | |
| 42 | 42 | require_once ABSPATH . WPINC . '/IXR/class-IXR-server.php'; |