esc_html__( 'Twenty Twelve', 'twentytwelve' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { // Images and spacer blocks inside of columns. register_block_pattern( 'twentytwelve/floating-images', array( 'title' => esc_html__( 'Floating Images Gallery', 'twentytwelve' ), 'categories' => array( 'twentytwelve' ), 'viewportWidth' => 700, 'content' => '
' . esc_attr__( 'Close up of a yellow and green leaf.', 'twentytwelve' ) . '
' . esc_attr__( 'Close up of a yellow leaf.', 'twentytwelve' ) . '
' . esc_attr__( 'Close up of a yellow and green leaf.', 'twentytwelve' ) . '
' . esc_attr__( 'Close up of a yellow and green leaf.', 'twentytwelve' ) . '
', ) ); // Heading and paragraph arranged as a large quote. register_block_pattern( 'twentytwelve/large-quote', array( 'title' => esc_html__( 'Left-aligned Large Quote', 'twentytwelve' ), 'categories' => array( 'twentytwelve' ), 'viewportWidth' => 700, 'content' => '

' . esc_html__( '"Few people are capable of expressing with equanimity opinions which differ from the prejudices of their social environment. Most people are even incapable of forming such opinions."', 'twentytwelve' ) . '

' . esc_html__( '— Albert Einstein', 'twentytwelve' ) . '

', ) ); // Columns block with image in the first column and paragraphs with a drop cap in the second. register_block_pattern( 'twentytwelve/mixed-content-columns', array( 'title' => esc_html__( 'Left-aligned Image and Paragraph', 'twentytwelve' ), 'categories' => array( 'twentytwelve' ), 'viewportWidth' => 700, 'content' => '
' . esc_attr__( 'Close up of a yellow leaf.', 'twentytwelve' ) . '

' . esc_html__( 'Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.', 'twentytwelve' ) . '

' . esc_html__( 'The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way. When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane. Pityful a rethoric question ran over her cheek, then.', 'twentytwelve' ) . '

' . esc_html__( 'It is a paradisematic country, in which roasted parts of sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.', 'twentytwelve' ) . '

', ) ); }