Changeset 57565 for trunk/src/wp-includes/class-wp-block-type.php
- Timestamp:
- 02/08/2024 10:39:24 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-block-type.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-type.php
r57521 r57565 226 226 */ 227 227 public $view_script_handles = array(); 228 229 /** 230 * Block type front end only script module IDs. 231 * 232 * @since 6.5.0 233 * @var string[] 234 */ 235 public $view_script_module_ids = array(); 228 236 229 237 /**
Note: See TracChangeset
for help on using the changeset viewer.