esc_html__( 'Twenty Fourteen', 'twentyfourteen' ) )
);
}
/**
* Register Block Patterns.
*/
if ( function_exists( 'register_block_pattern' ) ) {
// Description
register_block_pattern(
'twentyfourteen/about',
array(
'title' => esc_html__( 'About', 'twentyfourteen' ),
'categories' => array( 'twentyfourteen' ),
'viewportWidth' => 1000,
'content' => '
' . esc_html__( 'I’ve traveled to over 60 countries, and have made many friends along the way. I created this website to keep track of the memories I’ve made in my years of traveling.', 'twentyfourteen' ) . '
', ) ); // Description register_block_pattern( 'twentyfourteen/list', array( 'title' => esc_html__( 'List', 'twentyfourteen' ), 'categories' => array( 'twentyfourteen' ), 'viewportWidth' => 1000, 'content' => '' . esc_html__( 'My first year of traveling. I visited China, Thailand, Japan, and India.', 'twentyfourteen' ) . '
' . esc_html__( 'In 2012, I expanded my travels to Europe. I spent time in Poland, Germany, Italy, France, and Spain. ', 'twentyfourteen' ) . '
' . esc_html__( 'This year was devoted entirely to the western hemisphere. I went on a month-long road trip through the U.S.A. and Canada, and also visited Mexico, Brazil, and Colombia.', 'twentyfourteen' ) . '
' . esc_html__( 'Here are some photos from my all-time favorite destinations.', 'twentyfourteen' ) . '
' . esc_html__( 'GOT A QUESTION?', 'twentyfourteen' ) . '
' . esc_html__( 'Don’t hesitate to reach out.', 'twentyfourteen' ) . '