Changeset 33228
- Timestamp:
- 07/13/2015 09:38:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r33227 r33228 2614 2614 2615 2615 /** 2616 * Get the language attributes for the html tag.2616 * Gets the language attributes for the html tag. 2617 2617 * 2618 2618 * Builds up a set of html attributes containing the text direction and language … … 2621 2621 * @since 4.3.0 2622 2622 * 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'. 2624 2624 */ 2625 2625 function get_language_attributes( $doctype = 'html' ) {
Note: See TracChangeset
for help on using the changeset viewer.