- Timestamp:
- 03/26/2026 01:24:51 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fixes-64393-restore-version-history/src/wp-includes/blocks/image.php
r62123 r62127 311 311 $body_content = preg_replace( '/<img[^>]+>/', $button, $body_content ); 312 312 313 $overlay_callback = function () { 314 block_core_image_print_lightbox_overlay(); 315 }; 316 add_action( 'wp_footer', $overlay_callback ); 313 add_action( 'wp_footer', 'block_core_image_print_lightbox_overlay' ); 317 314 318 315 return $body_content;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)