Make WordPress Core


Ignore:
Timestamp:
03/07/2023 08:28:40 AM (2 years ago)
Author:
audrasjb
Message:

Bundled Themes: Improve various globals documentation, as per docblock standards.

Props viralsampat, audrasjb, costdev.
See #56792, #57069.

File:
1 edited

Legend:

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

    r55420 r55472  
    722722 * Enables installing Twenty Fourteen in WordPress versions before 4.0.0 when the
    723723 * `is_customize_preview` function was introduced.
     724 *
     725 * @global WP_Customize_Manager $wp_customize Customizer object.
    724726 */
    725727if ( ! function_exists( 'is_customize_preview' ) ) :
Note: See TracChangeset for help on using the changeset viewer.