Make WordPress Core


Ignore:
Timestamp:
09/21/2021 06:19:19 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Document some more common names for dynamic hooks and standardise the phrasing used.

Fixes #53581

File:
1 edited

Legend:

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

    r51430 r51837  
    51135113     * refer to the old and new post statuses, respectively.
    51145114     *
     5115     * Possible hook names include:
     5116     *
     5117     *  - `draft_to_publish`
     5118     *  - `publish_to_trash`
     5119     *  - `pending_to_draft`
     5120     *
    51155121     * @since 2.3.0
    51165122     *
Note: See TracChangeset for help on using the changeset viewer.