mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-19 21:15:23 +00:00
Editor: Correct since
annotation for the excerpt_allowed_blocks
filter.
Props mukesh27, rabmalin. Merges [45284] to the 5.2 branch. Fixes #47079. Built from https://develop.svn.wordpress.org/branches/5.2@45836 git-svn-id: http://core.svn.wordpress.org/branches/5.2@45647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7b8b2a7f5c
commit
303034e393
@ -149,7 +149,7 @@ function excerpt_remove_blocks( $content ) {
|
||||
* If a dynamic block is added to this list, it must not generate another
|
||||
* excerpt, as this will cause an infinite loop to occur.
|
||||
*
|
||||
* @since 4.4.0
|
||||
* @since 5.0.0
|
||||
*
|
||||
* @param array $allowed_blocks The list of allowed blocks.
|
||||
*/
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2.3-alpha-45835';
|
||||
$wp_version = '5.2.3-alpha-45836';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user