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.