mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
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:
parent
6fe9681e77
commit
9ac3e01c91
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user