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

See #55646

Built from https://develop.svn.wordpress.org/trunk@54284


git-svn-id: http://core.svn.wordpress.org/trunk@53843 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2022-09-21 20:24:12 +00:00
parent 9bc97dca8c
commit f7dc68f99a
8 changed files with 19 additions and 24 deletions

View File

@@ -3385,7 +3385,7 @@ function wp_delete_post( $postid = 0, $force_delete = false ) {
*
* @since 4.4.0
*
* @param WP_Post|false|null $delete Whether to go forward with deletion. @TODO description
* @param WP_Post|false|null $delete Whether to go forward with deletion.
* @param WP_Post $post Post object.
* @param bool $force_delete Whether to bypass the Trash.
*/
@@ -6372,7 +6372,7 @@ function wp_delete_attachment( $post_id, $force_delete = false ) {
*
* @since 5.5.0
*
* @param WP_Post|false|null $delete Whether to go forward with deletion. @TODO description
* @param WP_Post|false|null $delete Whether to go forward with deletion.
* @param WP_Post $post Post object.
* @param bool $force_delete Whether to bypass the Trash.
*/