mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
7ad56f1237
commit
6a3a0b519c
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user