Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/wp-includes/blocks/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function render_block_core_image( $attributes, $content, $block ) {
*
* @param array $block Block data.
*
* @return array Filtered block data.
* @return array|null Filtered block data.
*/
function block_core_image_get_lightbox_settings( $block ) {
// Gets the lightbox setting from the block attributes.
Expand Down
Loading