From 8dbc2ed36d6abc230f63cb46ac707a8be61eabf5 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 19 Jun 2015 23:00:21 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@32882 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/general-template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-includes/general-template.php b/src/wp-includes/general-template.php index 65585fbf9c..4948130f6d 100644 --- a/src/wp-includes/general-template.php +++ b/src/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. */