WordPress build repository browser

Changeset 60583


Ignore:
Timestamp:
11/19/2025 05:26:28 PM (5 days ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing descriptions for WP_Customize_Header_Image_Control methods.

Follow-up to [20545], [21037], [21354], [21383], [27497].

Props pmbaldha, nikitasolanki1812, sabernhardt, SergeyBiryukov.
Fixes #63660.
Built from https://develop.svn.wordpress.org/trunk@61271

Location:
trunk/wp-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/customize/class-wp-customize-header-image-control.php

    r59981 r60583  
    6666
    6767    /**
     68     * Enqueues control related scripts/styles.
     69     *
     70     * @since 3.9.0
    6871     */
    6972    public function enqueue() {
     
    97100
    98101    /**
     102     * Prepares the control.
     103     *
     104     * @since 3.9.0
     105     *
    99106     * @global Custom_Image_Header $custom_image_header
    100107     */
     
    114121
    115122    /**
     123     * Prints header image template.
     124     *
     125     * @since 3.9.0
    116126     */
    117127    public function print_header_image_template() {
     
    180190
    181191    /**
     192     * Gets current image source.
     193     *
     194     * @since 3.9.0
     195     *
    182196     * @return string|void
    183197     */
     
    191205
    192206    /**
     207     * Renders the control's content.
     208     *
     209     * @since 3.9.0
    193210     */
    194211    public function render_content() {
  • trunk/wp-includes/version.php

    r60582 r60583  
    1717 * @global string $wp_version
    1818 */
    19 $wp_version = '7.0-alpha-61270';
     19$wp_version = '7.0-alpha-61271';
    2020
    2121/**
Note: See TracChangeset for help on using the changeset viewer.