Docs: Fix typo in wp_show_heic_upload_error docblock.

Follow-up to [58849].
See #53645.
Built from https://develop.svn.wordpress.org/trunk@58942


git-svn-id: http://core.svn.wordpress.org/trunk@58338 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2024-08-27 15:29:14 +00:00
parent b8dbab9546
commit 89519c939c
2 changed files with 2 additions and 2 deletions

View File

@ -5487,7 +5487,7 @@ function _wp_add_additional_image_sizes() {
* Callback to enable showing of the user error when uploading .heic images.
*
* @since 5.5.0
* @since 6.7.0 The default behavior is to enable heic uplooads as long as the server
* @since 6.7.0 The default behavior is to enable heic uploads as long as the server
* supports the format. The uploads are converted to JPEG's by default.
*
* @param array[] $plupload_settings The settings for Plupload.js.

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-alpha-58941';
$wp_version = '6.7-alpha-58942';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.