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.