Changeset 53300 for trunk/src/wp-includes/post.php
- Timestamp:
- 04/28/2022 09:47:19 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r53238 r53300 3369 3369 * @since 4.4.0 3370 3370 * 3371 * @param bool|null $delete Whether to go forward with deletion.3372 * @param WP_Post $post Post object.3373 * @param bool $force_delete Whether to bypass the Trash.3371 * @param WP_Post|false|null $delete Whether to go forward with deletion. @TODO description 3372 * @param WP_Post $post Post object. 3373 * @param bool $force_delete Whether to bypass the Trash. 3374 3374 */ 3375 3375 $check = apply_filters( 'pre_delete_post', null, $post, $force_delete ); … … 6345 6345 * @since 5.5.0 6346 6346 * 6347 * @param bool|null $delete Whether to go forward with deletion.6348 * @param WP_Post $post Post object.6349 * @param bool $force_delete Whether to bypass the Trash.6347 * @param WP_Post|false|null $delete Whether to go forward with deletion. @TODO description 6348 * @param WP_Post $post Post object. 6349 * @param bool $force_delete Whether to bypass the Trash. 6350 6350 */ 6351 6351 $check = apply_filters( 'pre_delete_attachment', null, $post, $force_delete );
Note: See TracChangeset
for help on using the changeset viewer.