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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user