Make WordPress Core


Ignore:
Timestamp:
09/21/2022 08:22:53 PM (2 years ago)
Author:
johnbillion
Message:

Docs: Updates and corrections to various inline docs added in 6.1.

See #55646

File:
1 edited

Legend:

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

    r54271 r54284  
    33863386     * @since 4.4.0
    33873387     *
    3388      * @param WP_Post|false|null $delete       Whether to go forward with deletion. @TODO description
     3388     * @param WP_Post|false|null $delete       Whether to go forward with deletion.
    33893389     * @param WP_Post            $post         Post object.
    33903390     * @param bool               $force_delete Whether to bypass the Trash.
     
    63736373     * @since 5.5.0
    63746374     *
    6375      * @param WP_Post|false|null $delete       Whether to go forward with deletion. @TODO description
     6375     * @param WP_Post|false|null $delete       Whether to go forward with deletion.
    63766376     * @param WP_Post            $post         Post object.
    63776377     * @param bool               $force_delete Whether to bypass the Trash.
Note: See TracChangeset for help on using the changeset viewer.