esc_html__( 'Twenty Thirteen', 'twentythirteen' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { // Decorative Gallery. register_block_pattern( 'twentythirteen/decorative-gallery', array( 'title' => esc_html__( 'Decorative Gallery', 'twentythirteen' ), 'categories' => array( 'twentythirteen' ), 'content' => '
', ) ); // Informational Section. register_block_pattern( 'twentythirteen/informational-section', array( 'title' => esc_html__( 'Informational Section', 'twentythirteen' ), 'categories' => array( 'twentythirteen' ), 'content' => '

' . esc_html__( 'Exploring Space', 'twentythirteen' ) . '

' . esc_html__( "In the 1970s, NASA's Ames Research Center illustrated some explorations around what future space colonies could look like. This piece, illustrated by Rick Guidice, shows the inside of a toroidal shaped colony.", 'twentythirteen' ) . '

', ) ); // Decorative Columns. register_block_pattern( 'twentythirteen/decorative-columns', array( 'title' => esc_html__( 'Decorative Columns', 'twentythirteen' ), 'categories' => array( 'twentythirteen' ), 'content' => '

' . esc_html__( 'Space', 'twentythirteen' ) . '

' . esc_html__( 'Colonies', 'twentythirteen' ) . '

', ) ); // Callout Quote. register_block_pattern( 'twentythirteen/callout-quote', array( 'title' => esc_html__( 'Callout Quote', 'twentythirteen' ), 'categories' => array( 'twentythirteen' ), 'blockTypes' => array( 'core/quote' ), 'content' => '

' . wp_kses_post( __( 'When you look at
the stars and the galaxy, you feel that you are not
just from any particular piece of land, but from the solar system.', 'twentythirteen' ) ) . '

' . esc_html__( 'Kalpana Chawla', 'twentythirteen' ) . '
', ) ); // Big Quote. register_block_pattern( 'twentythirteen/big-quote', array( 'title' => esc_html__( 'Big Quote', 'twentythirteen' ), 'categories' => array( 'twentythirteen' ), 'blockTypes' => array( 'core/quote' ), 'content' => '
alt=

' . esc_html__( 'When you look at the stars and the galaxy, you feel that you are not just from any particular piece of land, but from the solar system.', 'twentythirteen' ) . '

' . esc_html__( 'Kalpana Chawla', 'twentythirteen' ) . '
', ) ); // Informational List. register_block_pattern( 'twentythirteen/informational-list', array( 'title' => esc_html__( 'Informational List', 'twentythirteen' ), 'categories' => array( 'twentythirteen' ), 'content' => '

' . esc_html__( 'FAMOUS ASTRONAUTS', 'twentythirteen' ) . '

' . wp_kses_post( __( 'Yuri Gagarin
Alan B. Shepard Jr.
Valentina Tereshkova
John Glenn Jr.', 'twentythirteen' ) ) . '

' . wp_kses_post( __( 'Neil Armstrong
James Lovell Jr.
Dr. Sally Ride
Chris Hadfield', 'twentythirteen' ) ) . '

', ) ); }