Docs: Fix typo in `media_post_single_attachment_fields_to_edit()` description.

Props mukesh27.
Fixes #49131.

git-svn-id: https://develop.svn.wordpress.org/trunk@47039 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-01-04 17:58:37 +00:00
parent 0a6720af6b
commit 50ed776846
1 changed files with 1 additions and 1 deletions

View File

@ -1268,7 +1268,7 @@ function media_single_attachment_fields_to_edit( $form_fields, $post ) {
}
/**
* Retrieves the post non-image attachment fields to edito form fields.
* Retrieves the post non-image attachment fields to edit form fields.
*
* @since 2.8.0
*