esc_html__( 'Twenty Fifteen', 'twentyfifteen' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { // Gallery and Description. register_block_pattern( 'twentyfifteen/gallery-description', array( 'title' => esc_html__( 'Gallery and Description', 'twentyfifteen' ), 'categories' => array( 'twentyfifteen' ), 'content' => '

' . esc_html__( 'Our default 2015 theme is clean, blog-focused, and designed for clarity. Twenty Fifteen’s simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages.', 'twentyfifteen' ) . '


', ) ); // Contact Area. register_block_pattern( 'twentyfifteen/contact-area', array( 'title' => esc_html__( 'Contact area', 'twentyfifteen' ), 'categories' => array( 'twentyfifteen' ), 'content' => '

' . esc_html__( 'Email', 'twentyfifteen' ) . '
' . esc_html__( 'example@example.com', 'twentyfifteen' ) . '

' . esc_html__( 'Follow us', 'twentyfifteen' ) . '

' . esc_html__( 'Phone', 'twentyfifteen' ) . '
' . esc_html__( '(123) 555-5555', 'twentyfifteen' ) . '

' . esc_html__( 'Address', 'twentyfifteen' ) . '
' . esc_html__( '123 Main Street', 'twentyfifteen' ) . '
' . esc_html__( 'City, State, 00000', 'twentyfifteen' ) . '

', ) ); // Two Columns with Images. register_block_pattern( 'twentyfifteen/two-columns-with-images', array( 'title' => esc_html__( 'Two Columns with Images', 'twentyfifteen' ), 'categories' => array( 'twentyfifteen' ), 'content' => '
' . esc_attr__( 'A pier with a seagull.', 'twentyfifteen' ) . '

' . esc_html__( 'Adventure', 'twentyfifteen' ) . '

' . esc_html__( 'I faced about again, and rushed towards the approaching Martian, rushed right down the gravelly beach and headlong into the water. Others did the same.', 'twentyfifteen' ) . '

' . esc_attr__( 'A pier with seagulls.', 'twentyfifteen' ) . '

' . esc_html__( 'Travels', 'twentyfifteen' ) . '

' . esc_html__( 'A boatload of people putting back came leaping out as I rushed past. The stones under my feet were muddy and slippery, and the river was so low.', 'twentyfifteen' ) . '

', ) ); // Columns with a list. register_block_pattern( 'twentyfifteen/columns-with-list', array( 'title' => esc_html__( 'Columns with a List', 'twentyfifteen' ), 'categories' => array( 'twentyfifteen' ), 'content' => '

' . esc_html__( 'What to pack for the beach', 'twentyfifteen' ) . '

' . esc_html__( 'You don’t need a lot, trust us!', 'twentyfifteen' ) . '

' . esc_html__( 'As I watched, the planet seemed to grow larger and smaller and to advance and recede, but that was simply that my eye was tired. Forty millions of miles it was from us — more than forty millions of miles of void. Few people realize the immensity of vacancy in which the dust of the material universe swims.', 'twentyfifteen' ) . '

', ) ); }