Make WordPress Core


Ignore:
Timestamp:
06/04/2026 10:29:23 PM (2 months ago)
Author:
SergeyBiryukov
Message:

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

    r60519 r62465  
    3333 *
    3434 * @since Twenty Fourteen 1.0
     35 *
     36 * @global string $wp_version The WordPress version string.
    3537 */
    3638function twentyfourteen_upgrade_notice() {
     
    4951 *
    5052 * @since Twenty Fourteen 1.0
     53 *
     54 * @global string $wp_version The WordPress version string.
    5155 */
    5256function twentyfourteen_customize() {
     
    6973 *
    7074 * @since Twenty Fourteen 1.0
     75 *
     76 * @global string $wp_version The WordPress version string.
    7177 */
    7278function twentyfourteen_preview() {
Note: See TracChangeset for help on using the changeset viewer.