Changeset 49226 for trunk/src/wp-includes/blocks/calendar.php
- Timestamp:
- 10/20/2020 01:33:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/calendar.php
r49135 r49226 32 32 } 33 33 34 $output = sprintf( 35 '<div>%1$s</div>', 34 $wrapper_attributes = get_block_wrapper_attributes(); 35 $output = sprintf( 36 '<div %1$s>%2$s</div>', 37 $wrapper_attributes, 36 38 get_calendar( true, false ) 37 39 );
Note: See TracChangeset
for help on using the changeset viewer.