mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +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:
@@ -2707,7 +2707,7 @@ function untrailingslashit( $string ) {
|
||||
* Adds slashes to escape strings.
|
||||
*
|
||||
* Slashes will first be removed if magic_quotes_gpc is set, see {@link
|
||||
* https://secure.php.net/magic_quotes} for more details.
|
||||
* https://www.php.net/magic_quotes} for more details.
|
||||
*
|
||||
* @since 0.71
|
||||
*
|
||||
@@ -4397,7 +4397,7 @@ function esc_url_raw( $url, $protocols = null ) {
|
||||
/**
|
||||
* Convert entities, while preserving already-encoded entities.
|
||||
*
|
||||
* @link https://secure.php.net/htmlentities Borrowed from the PHP Manual user notes.
|
||||
* @link https://www.php.net/htmlentities Borrowed from the PHP Manual user notes.
|
||||
*
|
||||
* @since 1.2.2
|
||||
*
|
||||
@@ -4936,7 +4936,7 @@ function wp_pre_kses_block_attributes( $string, $allowed_html, $allowed_protocol
|
||||
* @since 5.3.0 Formalized the existing and already documented `...$args` parameter
|
||||
* by adding it to the function signature.
|
||||
*
|
||||
* @link https://secure.php.net/sprintf
|
||||
* @link https://www.php.net/sprintf
|
||||
*
|
||||
* @param string $pattern The string which formatted args are inserted.
|
||||
* @param mixed ...$args Arguments to be formatted into the $pattern string.
|
||||
|
||||
Reference in New Issue
Block a user