From 1f213b6b39eee236fd49ca12efd0ccba7ae1d0bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20S=C3=A1nchez?= Date: Thu, 9 Jul 2020 19:01:21 -0500 Subject: [PATCH 1/2] Update layout and text --- lib/patterns/text-two-columns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/patterns/text-two-columns.php b/lib/patterns/text-two-columns.php index 5601e3d52a046..d04cb597c39fa 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 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
\n", ); From 974bbc33399ec7a805e5fed4f41e0ceb96d9b8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20S=C3=A1nchez?= Date: Fri, 10 Jul 2020 13:13:06 -0500 Subject: [PATCH 2/2] Text edits for visual balance --- lib/patterns/text-two-columns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/patterns/text-two-columns.php b/lib/patterns/text-two-columns.php index d04cb597c39fa..4047ec019cf5e 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

" . __( '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 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
\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", );