mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-08 22:54:36 +00:00
Docs: Update links to https://secure.php.net/, they now redirect to https://www.php.net/.
See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47088 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -977,7 +977,7 @@ function is_new_day() {
|
||||
* @since 2.3.0
|
||||
*
|
||||
* @see _http_build_query() Used to build the query
|
||||
* @link https://secure.php.net/manual/en/function.http-build-query.php for more on what
|
||||
* @link https://www.php.net/manual/en/function.http-build-query.php for more on what
|
||||
* http_build_query() does.
|
||||
*
|
||||
* @param array $data URL-encode key/value pairs.
|
||||
@@ -993,7 +993,7 @@ function build_query( $data ) {
|
||||
* @since 3.2.0
|
||||
* @access private
|
||||
*
|
||||
* @see https://secure.php.net/manual/en/function.http-build-query.php
|
||||
* @see https://www.php.net/manual/en/function.http-build-query.php
|
||||
*
|
||||
* @param array|object $data An array or object of data. Converted to array.
|
||||
* @param string $prefix Optional. Numeric index. If set, start parameter numbering with it.
|
||||
@@ -6385,7 +6385,7 @@ function wp_is_stream( $path ) {
|
||||
*
|
||||
* @since 3.5.0
|
||||
*
|
||||
* @link https://secure.php.net/manual/en/function.checkdate.php
|
||||
* @link https://www.php.net/manual/en/function.checkdate.php
|
||||
*
|
||||
* @param int $month Month number.
|
||||
* @param int $day Day number.
|
||||
|
||||
Reference in New Issue
Block a user