Make WordPress Core


Ignore:
Timestamp:
06/08/2026 09:11:34 PM (3 months ago)
Author:
SergeyBiryukov
Message:

Twenty Nineteen: 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/twentynineteen/inc/back-compat.php

    r60535 r62473  
    3434 * @since Twenty Nineteen 1.0.0
    3535 *
    36  * @global string $wp_version WordPress version.
     36 * @global string $wp_version The WordPress version string.
    3737 */
    3838function twentynineteen_upgrade_notice() {
     
    5252 * @since Twenty Nineteen 1.0.0
    5353 *
    54  * @global string $wp_version WordPress version.
     54 * @global string $wp_version The WordPress version string.
    5555 */
    5656function twentynineteen_customize() {
     
    7474 * @since Twenty Nineteen 1.0.0
    7575 *
    76  * @global string $wp_version WordPress version.
     76 * @global string $wp_version The WordPress version string.
    7777 */
    7878function twentynineteen_preview() {
Note: See TracChangeset for help on using the changeset viewer.