mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 04:25:07 +00:00
Docs: Add an @see
reference for the "use-instead-of" function in the DocBlock for force_ssl_login()
, deprecated in [34700].
See #34011. See #32246. Built from https://develop.svn.wordpress.org/trunk@34706 git-svn-id: http://core.svn.wordpress.org/trunk@34670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
492c11508a
commit
471a507dfd
@ -3626,6 +3626,7 @@ function wp_get_http( $url, $file_path = false, $red = 1 ) {
|
||||
*
|
||||
* @since 2.6.0
|
||||
* @deprecated 4.4.0 Use force_ssl_admin()
|
||||
* @see force_ssl_admin()
|
||||
*
|
||||
* @param string|bool $force Optional Whether to force SSL login. Default null.
|
||||
* @return bool True if forced, false if not forced.
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34705';
|
||||
$wp_version = '4.4-alpha-34706';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user