Changeset 48177 for trunk/src/wp-includes/blocks/block.php
- Timestamp:
- 06/26/2020 01:31:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/block.php
r46586 r48177 34 34 */ 35 35 function register_block_core_block() { 36 register_block_type (37 'core/block',36 register_block_type_from_metadata( 37 __DIR__ . '/block', 38 38 array( 39 'attributes' => array(40 'ref' => array(41 'type' => 'number',42 ),43 ),44 39 'render_callback' => 'render_block_core_block', 45 40 )
Note: See TracChangeset
for help on using the changeset viewer.