Make WordPress Core


Ignore:
Timestamp:
06/01/2026 11:20:59 PM (2 months ago)
Author:
SergeyBiryukov
Message:

Twenty Eleven: Add missing documentation for some global variables.

Props sabernhardt, upadalavipul, shailu25, rajinsharwar, audrasjb, viralsampat, noruzzaman, huzaifaalmesbah, SergeyBiryukov.
See #58715.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/functions.php

    r61440 r62442  
    7171         *
    7272         * @since Twenty Eleven 1.0
     73         *
     74         * @global string $wp_version The WordPress version string.
    7375         */
    7476        function twentyeleven_setup() {
     
    637639         * @since Twenty Eleven 1.0
    638640         *
     641         * @global WP_Query $wp_query WordPress Query object.
     642         *
    639643         * @param string $html_id The HTML id attribute.
    640644         */
     
    753757         *
    754758         * @since Twenty Eleven 1.0
     759         *
     760         * @global WP_Comment $comment Global comment object.
    755761         *
    756762         * @param WP_Comment $comment The comment object.
Note: See TracChangeset for help on using the changeset viewer.