Make WordPress Core


Ignore:
Timestamp:
04/28/2022 09:47:19 AM (2 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections.

See #54729

File:
1 edited

Legend:

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

    r52433 r53300  
    448448 *
    449449 * @param int|WP_Post $revision_id Revision ID or revision object.
    450  * @return array|false|WP_Post|WP_Error|null Null or WP_Error if error, deleted post if success.
     450 * @return WP_Post|false|null Null or false if error, deleted post object if success.
    451451 */
    452452function wp_delete_post_revision( $revision_id ) {
Note: See TracChangeset for help on using the changeset viewer.