diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-includes/block-patterns/two-images.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-includes/block-patterns/two-images.php Tue Dec 15 13:49:49 2020 +0100 @@ -0,0 +1,13 @@ + __( 'Two images side by side' ), + 'categories' => array( 'gallery' ), + 'description' => _x( 'An image gallery with two example images.', 'Block pattern description' ), + 'content' => "\n\n", +);