mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-07 02:30:10 +00:00
Docs: Switch more docs over to typed array notation, plus some fixes.
See #48303, #41756 git-svn-id: https://develop.svn.wordpress.org/trunk@46596 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2191,7 +2191,7 @@ function get_block_categories( $post ) {
|
||||
*
|
||||
* @since 5.0.0
|
||||
*
|
||||
* @param array $default_categories Array of block categories.
|
||||
* @param array[] $default_categories Array of block categories.
|
||||
* @param WP_Post $post Post being loaded.
|
||||
*/
|
||||
return apply_filters( 'block_categories', $default_categories, $post );
|
||||
|
||||
Reference in New Issue
Block a user