Changeset 53644 for trunk/src/wp-includes/blocks/gallery.php
- Timestamp:
- 07/04/2022 12:04:45 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/gallery.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/gallery.php
r53420 r53644 87 87 function () use ( $style ) { 88 88 echo '<style> ' . $style . '</style>'; 89 } 89 }, 90 11 90 91 ); 91 92 return $content;
Note: See TracChangeset
for help on using the changeset viewer.