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
This commit is contained in:
Drew Jaynes 2015-06-19 23:00:21 +00:00
parent 2231b5d1dc
commit 8dbc2ed36d
1 changed files with 1 additions and 0 deletions

View File

@ -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.
*/