Make WordPress Core


Ignore:
Timestamp:
09/06/2024 02:34:33 PM (10 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the order of @since and @var annotations.

Follow-up to [4673], [8656], [13041], [13827], [13895], [31134], [34490], [34566].

Props riddhipatel, shailu25.
Fixes #61999.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-custom-background.php

    r57169 r58995  
    1818     * Callback for administration header.
    1919     *
     20     * @since 3.0.0
    2021     * @var callable
    21      * @since 3.0.0
    2222     */
    2323    public $admin_header_callback;
     
    2626     * Callback for header div.
    2727     *
     28     * @since 3.0.0
    2829     * @var callable
    29      * @since 3.0.0
    3030     */
    3131    public $admin_image_div_callback;
Note: See TracChangeset for help on using the changeset viewer.