Make WordPress Core

Changeset 50827


Ignore:
Timestamp:
05/07/2021 06:24:23 PM (4 years ago)
Author:
desrosj
Message:

Docs: Use correct @since tag notation.

This corrects the version number specified by the @since tag for the delete_theme and deleted_theme action hooks introduced in [50826] to contain a full, 3 digit version.

Props ocean90.
See #16401.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/theme.php

    r50826 r50827  
    7676     * Fires immediately before a theme deletion attempt.
    7777     *
    78      * @since 5.8
     78     * @since 5.8.0
    7979     *
    8080     * @param string $stylesheet Stylesheet of the theme to delete.
     
    8989     * Fires immediately after a theme deletion attempt.
    9090     *
    91      * @since 5.8
     91     * @since 5.8.0
    9292     *
    9393     * @param string $stylesheet Stylesheet of the theme to delete.
Note: See TracChangeset for help on using the changeset viewer.