Make WordPress Core


Ignore:
Timestamp:
01/16/2023 08:37:19 PM (21 months ago)
Author:
audrasjb
Message:

Docs: Remove unused post_modified and post_modified_gmt params from wp_insert_post() docblock.

Props dshanske, mehulkaklotar.
Fixes #57473.
See #56792.

File:
1 edited

Legend:

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

    r55021 r55080  
    40154015 *     @type string $pinged                Space or carriage return-separated list of URLs that have
    40164016 *                                         been pinged. Default empty.
    4017  *     @type string $post_modified         The date when the post was last modified. Default is
    4018  *                                         the current time.
    4019  *     @type string $post_modified_gmt     The date when the post was last modified in the GMT
    4020  *                                         timezone. Default is the current time.
    40214017 *     @type int    $post_parent           Set this for the post it belongs to, if any. Default 0.
    40224018 *     @type int    $menu_order            The order the post should be displayed in. Default 0.
Note: See TracChangeset for help on using the changeset viewer.