Skip to content

Commit

Permalink
Docs: Correct alignment for rest_insert_attachment action DocBlock.
Browse files Browse the repository at this point in the history
Follow-up to [39348].

Props krupalpanchal.
See #61608.

git-svn-id: https://develop.svn.wordpress.org/trunk@58865 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Aug 8, 2024
1 parent 20cb309 commit f9af91c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,7 @@ protected function insert_attachment( $request ) {
*
* @since 4.7.0
*
* @param WP_Post $attachment Inserted or updated attachment
* object.
* @param WP_Post $attachment Inserted or updated attachment object.
* @param WP_REST_Request $request The request sent to the API.
* @param bool $creating True when creating an attachment, false when updating.
*/
Expand Down

0 comments on commit f9af91c

Please sign in to comment.