mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +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:
@@ -59,8 +59,8 @@ $preload_paths = array(
|
||||
*
|
||||
* @since 5.0.0
|
||||
*
|
||||
* @param array $preload_paths Array of paths to preload.
|
||||
* @param object $post The post resource data.
|
||||
* @param string[] $preload_paths Array of paths to preload.
|
||||
* @param WP_Post $post Post being edited.
|
||||
*/
|
||||
$preload_paths = apply_filters( 'block_editor_preload_paths', $preload_paths, $post );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user