Make WordPress Core


Ignore:
Timestamp:
06/07/2026 10:12:54 PM (2 months ago)
Author:
SergeyBiryukov
Message:

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

    r60533 r62472  
    3434 * @since Twenty Seventeen 1.0
    3535 *
    36  * @global string $wp_version WordPress version.
     36 * @global string $wp_version The WordPress version string.
    3737 */
    3838function twentyseventeen_upgrade_notice() {
     
    5252 * @since Twenty Seventeen 1.0
    5353 *
    54  * @global string $wp_version WordPress version.
     54 * @global string $wp_version The WordPress version string.
    5555 */
    5656function twentyseventeen_customize() {
     
    7474 * @since Twenty Seventeen 1.0
    7575 *
    76  * @global string $wp_version WordPress version.
     76 * @global string $wp_version The WordPress version string.
    7777 */
    7878function twentyseventeen_preview() {
Note: See TracChangeset for help on using the changeset viewer.