mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Fix inline documentation syntax in the DocBlock for get_language_attributes(), introduced in 4.3.
See [32868]. See #32891. git-svn-id: https://develop.svn.wordpress.org/trunk@33228 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cf5821a1ed
commit
ed0c6da112
@ -2613,14 +2613,14 @@ function the_search_query() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the language attributes for the html tag.
|
||||
* Gets the language attributes for the html tag.
|
||||
*
|
||||
* Builds up a set of html attributes containing the text direction and language
|
||||
* information for the page.
|
||||
*
|
||||
* @since 4.3.0
|
||||
*
|
||||
* @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 get_language_attributes( $doctype = 'html' ) {
|
||||
$attributes = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user