Changeset 54284 for trunk/src/wp-includes/post.php
- Timestamp:
- 09/21/2022 08:22:53 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r54271 r54284 3386 3386 * @since 4.4.0 3387 3387 * 3388 * @param WP_Post|false|null $delete Whether to go forward with deletion. @TODO description3388 * @param WP_Post|false|null $delete Whether to go forward with deletion. 3389 3389 * @param WP_Post $post Post object. 3390 3390 * @param bool $force_delete Whether to bypass the Trash. … … 6373 6373 * @since 5.5.0 6374 6374 * 6375 * @param WP_Post|false|null $delete Whether to go forward with deletion. @TODO description6375 * @param WP_Post|false|null $delete Whether to go forward with deletion. 6376 6376 * @param WP_Post $post Post object. 6377 6377 * @param bool $force_delete Whether to bypass the Trash.
Note: See TracChangeset
for help on using the changeset viewer.