Make WordPress Core


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

Fix inline documentation syntax for the language_attributes() DocBlock.

See #32246. See #32891.

File:
1 edited

Legend:

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

    r33228 r33229  
    26522652
    26532653/**
    2654  * Display the language attributes for the html tag.
     2654 * Displays the language attributes for the html tag.
    26552655 *
    26562656 * Builds up a set of html attributes containing the text direction and language
     
    26602660 * @since 4.3.0 Converted into a wrapper for get_language_attributes().
    26612661 *
    2662  * @param string $doctype Optional. The type of html document (xhtml|html). Default html.
     2662 * @param string $doctype Optional. The type of html document. Accepts 'xhtml' or 'html'. Default 'html'.
    26632663 */
    26642664function language_attributes( $doctype = 'html' ) {
Note: See TracChangeset for help on using the changeset viewer.