Docs: Fix typo in media_post_single_attachment_fields_to_edit() description.

Props mukesh27.
Fixes #49131.
Built from https://develop.svn.wordpress.org/trunk@47039


git-svn-id: http://core.svn.wordpress.org/trunk@46839 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-01-04 18:00:06 +00:00
parent 7ad56f1237
commit 6a3a0b519c
2 changed files with 2 additions and 2 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
*

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-47038';
$wp_version = '5.4-alpha-47039';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.