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:
Drew Jaynes 2015-09-29 22:46:25 +00:00
parent 492c11508a
commit 471a507dfd
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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.