Make WordPress Core


Ignore:
Timestamp:
06/10/2026 10:34:53 PM (2 months ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty-One: Add missing documentation for some global variables.

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

File:
1 edited

Legend:

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

    r61635 r62483  
    1010 */
    1111
    12 // This theme requires WordPress 5.3 or later.
     12/**
     13 * This theme requires WordPress 5.3 or later.
     14 *
     15 * @global string $wp_version The WordPress version string.
     16 */
    1317if ( version_compare( $GLOBALS['wp_version'], '5.3', '<' ) ) {
    1418        require get_template_directory() . '/inc/back-compat.php';
Note: See TracChangeset for help on using the changeset viewer.