diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-includes/block-patterns/text-three-columns-buttons.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-includes/block-patterns/text-three-columns-buttons.php Tue Dec 15 13:49:49 2020 +0100 @@ -0,0 +1,14 @@ + __( 'Three columns of text with buttons' ), + 'categories' => array( 'columns' ), + 'content' => "\n
\n
\n
\n

" . __( 'Which treats of the character and pursuits of the famous Don Quixote of La Mancha.' ) . "

\n\n\n\n\n
\n\n\n\n
\n

" . __( 'Which treats of the first sally the ingenious Don Quixote made from home.' ) . "

\n\n\n\n\n
\n\n\n\n
\n

" . __( 'Wherein is related the droll way in which Don Quixote had himself dubbed a knight.' ) . "

\n\n\n\n\n
\n
\n
\n", + 'viewportWidth' => 1000, + 'description' => _x( 'Three small columns of text, each with an outlined button with rounded corners at the bottom.', 'Block pattern description' ), +);