mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Fix inline documentation syntax for the language_attributes()
DocBlock.
See #32246. See #32891. Built from https://develop.svn.wordpress.org/trunk@33229 git-svn-id: http://core.svn.wordpress.org/trunk@33201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2d14bd09b9
commit
9619558b0b
@ -2651,7 +2651,7 @@ function get_language_attributes( $doctype = 'html' ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Display the language attributes for the html tag.
|
||||
* Displays the language attributes for the html tag.
|
||||
*
|
||||
* Builds up a set of html attributes containing the text direction and language
|
||||
* information for the page.
|
||||
@ -2659,7 +2659,7 @@ function get_language_attributes( $doctype = 'html' ) {
|
||||
* @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.
|
||||
* @param string $doctype Optional. The type of html document. Accepts 'xhtml' or 'html'. Default 'html'.
|
||||
*/
|
||||
function language_attributes( $doctype = 'html' ) {
|
||||
echo get_language_attributes( $doctype );
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta2-33228';
|
||||
$wp_version = '4.3-beta2-33229';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user