Make WordPress Core

Changeset 33228


Ignore:
Timestamp:
07/13/2015 09:38:21 PM (9 years ago)
Author:
DrewAPicture
Message:

Fix inline documentation syntax in the DocBlock for get_language_attributes(), introduced in 4.3.

See [32868]. See #32891.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r33227 r33228  
    26142614
    26152615/**
    2616  * Get the language attributes for the html tag.
     2616 * Gets the language attributes for the html tag.
    26172617 *
    26182618 * Builds up a set of html attributes containing the text direction and language
     
    26212621 * @since 4.3.0
    26222622 *
    2623  * @param string $doctype Optional. The type of html document (xhtml|html). Default html.
     2623 * @param string $doctype Optional. The type of html document. Accepts 'xhtml' or 'html'. Default 'html'.
    26242624 */
    26252625function get_language_attributes( $doctype = 'html' ) {
Note: See TracChangeset for help on using the changeset viewer.