Make WordPress Core


Ignore:
Timestamp:
09/20/2022 08:30:03 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Various improvements and corrections to inline docs.

See #55646

File:
1 edited

Legend:

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

    r54224 r54267  
    43394339 *
    43404340 * @param string $doctype Optional. The type of HTML document. Accepts 'xhtml' or 'html'. Default 'html'.
     4341 * @return string A space-separated list of language attributes.
    43414342 */
    43424343function get_language_attributes( $doctype = 'html' ) {
Note: See TracChangeset for help on using the changeset viewer.