From e2c7542b68db266b6530bdc7abf6cc579e6dcfc2 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 19 Jun 2015 23:01:26 +0000 Subject: [PATCH] Add a changelog entry to the DocBlock for `language_attributes()` noting that it was converted into a wrapper for `get_language_attributes()` in 4.3. See [32868]. See #28180. Built from https://develop.svn.wordpress.org/trunk@32882 git-svn-id: http://core.svn.wordpress.org/trunk@32853 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index 65585fbf9c..4948130f6d 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -2571,6 +2571,7 @@ function get_language_attributes( $doctype = 'html' ) { * information for the page. * * @since 2.1.0 + * @since 4.3.0 Converted into a wrapper for get_language_attributes(). * * @param string $doctype Optional. The type of html document (xhtml|html). Default html. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 881926ec87..5858782e29 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32881'; +$wp_version = '4.3-alpha-32882'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.