Changeset 33229 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 07/13/2015 09:39:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r33228 r33229 2652 2652 2653 2653 /** 2654 * Display the language attributes for the html tag.2654 * Displays the language attributes for the html tag. 2655 2655 * 2656 2656 * Builds up a set of html attributes containing the text direction and language … … 2660 2660 * @since 4.3.0 Converted into a wrapper for get_language_attributes(). 2661 2661 * 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'. 2663 2663 */ 2664 2664 function language_attributes( $doctype = 'html' ) {
Note: See TracChangeset
for help on using the changeset viewer.