Docs: Fix typo in `wp_mediaelement_fallback` filter description.

Follow-up to [23729], [28128].

Props dilipbheda, mukesh27.
Fixes #60917.
Built from https://develop.svn.wordpress.org/trunk@57921


git-svn-id: http://core.svn.wordpress.org/trunk@57422 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-04-04 11:19:14 +00:00
parent 6fe9681e77
commit 9ac3e01c91
2 changed files with 2 additions and 2 deletions

View File

@ -3146,7 +3146,7 @@ add_shortcode( 'playlist', 'wp_playlist_shortcode' );
*/
function wp_mediaelement_fallback( $url ) {
/**
* Filters the Mediaelement fallback output for no-JS.
* Filters the MediaElement fallback output for no-JS.
*
* @since 3.6.0
*

View File

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