Make WordPress Core


Ignore:
Timestamp:
10/26/2019 09:07:10 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Switch more docs over to typed array notation, plus some fixes.

See #48303, #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-blocks.php

    r46586 r46596  
    6060 * @since 5.0.0
    6161 *
    62  * @param array $preload_paths Array of paths to preload.
    63  * @param object $post          The post resource data.
     62 * @param string[] $preload_paths Array of paths to preload.
     63 * @param WP_Post  $post          Post being edited.
    6464 */
    6565$preload_paths = apply_filters( 'block_editor_preload_paths', $preload_paths, $post );
Note: See TracChangeset for help on using the changeset viewer.