diff --git a/lib/patterns/text-two-columns.php b/lib/patterns/text-two-columns.php index 5601e3d52a0468..4047ec019cf5ee 100644 --- a/lib/patterns/text-two-columns.php +++ b/lib/patterns/text-two-columns.php @@ -8,5 +8,5 @@ return array( 'title' => __( 'Two columns of text', 'gutenberg' ), 'categories' => array( 'columns' ), - 'content' => "\n
\n
\n

" . __( 'CHAPTER 1. Loomings', 'gutenberg' ) . "

\n\n\n\n

" . __( 'Call me Ishmael. Some years ago—never mind how long precisely—having little or no money in my purse, and nothing particular to interest me on shore, I thought I would sail about a little and see the watery part of the world. It is a way I have of driving off the spleen and regulating the circulation.', 'gutenberg' ) . "

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

" . __( 'Whenever I find myself growing grim about the mouth; whenever it is a damp, drizzly November in my soul; whenever I find myself involuntarily pausing before coffin warehouses, and bringing up the rear of every funeral I meet; and especially whenever my hypos get such an upper hand of me, that it requires a strong moral principle to prevent me from deliberately stepping into the street, and methodically knocking people’s hats off—then, I account it high time to get to sea as soon as I can.', 'gutenberg' ) . "

\n
\n
\n", + 'content' => "\n
\n

" . __( 'CHAPTER 1. Loomings', 'gutenberg' ) . "

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

" . __( 'Call me Ishmael. Some years ago —never mind how long precisely— having little or no money in my purse, and nothing particular to interest me on shore, I thought I would sail about a little and see the watery part of the world. It is a way I have of driving off the spleen and regulating the circulation. I find myself growing grim about the mouth; whenever it is a damp, drizzly November in my soul.', 'gutenberg' ) . "

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

" . __( 'Whenever I find myself pausing before coffin warehouses, and bringing up the rear of every funeral I meet; and especially whenever my hypos get such an upper hand of me, that it requires a strong moral principle to prevent me from deliberately stepping into the street, and methodically knocking people’s hats off—then, I account it high time to get to sea as soon as I can.', 'gutenberg' ) . "

\n
\n
\n
\n", );