Changeset 51298 for trunk/src/wp-includes/block-editor.php
- Timestamp:
- 07/01/2021 09:01:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-editor.php
r51240 r51298 245 245 * @since 5.8.0 246 246 * 247 * @param array$widgets An array of excluded widget-type IDs.247 * @param string[] $widgets An array of excluded widget-type IDs. 248 248 */ 249 249 $editor_settings['widgetTypesToHideFromLegacyWidgetBlock'] = apply_filters( … … 395 395 * @global WP_Post $post Global post object. 396 396 * 397 * @param array$preload_paths List of paths to preload.397 * @param string[] $preload_paths List of paths to preload. 398 398 * @param WP_Block_Editor_Context $block_editor_context The current block editor context. 399 399 *
Note: See TracChangeset
for help on using the changeset viewer.