From 471a507dfdb4c34122def7362ce1468db5d32807 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 29 Sep 2015 22:46:25 +0000 Subject: [PATCH] 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 --- wp-includes/deprecated.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php index 7f46f78ae7..7fa9dffd24 100644 --- a/wp-includes/deprecated.php +++ b/wp-includes/deprecated.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index ae31d7289f..5f43c43e7f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.