Changeset 53645 for branches/6.0/src/wp-includes/blocks/gallery.php
- Timestamp:
- 07/04/2022 12:08:32 PM (4 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/blocks/gallery.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
-
branches/6.0/src/wp-includes/blocks/gallery.php
r53422 r53645 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.