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
This commit is contained in:
Drew Jaynes 2015-06-19 23:01:26 +00:00
parent a28f09a32c
commit e2c7542b68
2 changed files with 2 additions and 1 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.
*/

View File

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