__( 'Twenty Sixteen', 'twentysixteen' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { register_block_pattern( 'twentysixteen/large-heading-short-description', array( 'title' => __( 'Large heading with short description', 'twentysixteen' ), 'categories' => array( 'twentysixteen' ), 'content' => '
' . esc_html__( 'Twenty Sixteen is a modern take on the horizontal masthead with an optional right sidebar. It works perfectly for WordPress websites and blogs.', 'twentysixteen' ) . '

' . esc_html__( 'Twenty Sixteen will make your WordPress website look beautiful everywhere. Take advantage of custom color options, beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail.', 'twentysixteen' ) . '

', ) ); register_block_pattern( 'twentysixteen/big-title-two-columns-text', array( 'title' => __( 'Big Title with Two Columns Text', 'twentysixteen' ), 'categories' => array( 'twentysixteen' ), 'content' => '

' . esc_html__( 'Twenty Sixteen' ) . '

' . esc_html__( 'Twenty Sixteen will make your WordPress website look beautiful everywhere. Take advantage of its custom color options and beautiful default color schemes.', 'twentysixteen' ) . '

' . esc_html__( 'The theme features a harmonious fluid grid using a mobile-first approach. The layout is a modern take on the horizontal masthead with an optional right sidebar.', 'twentysixteen' ) . '

', ) ); register_block_pattern( 'twentysixteen/large-blockquote', array( 'title' => __( 'Large Blockquote', 'twentysixteen' ), 'categories' => array( 'twentysixteen' ), 'content' => '

' . esc_html__( 'Twenty Sixteen will make your WordPress look beautiful everywhere.', 'twentysixteen' ) . '

' . esc_html__( '— Takashi Irie', 'twentysixteen' ) . '


', ) ); register_block_pattern( 'twentysixteen/call-to-action', array( 'title' => __( 'Call to Action', 'twentysixteen' ), 'categories' => array( 'twentysixteen' ), 'content' => '

' . esc_html__( 'My new book “Twenty Sixteen” is available for pre-order.', 'twentysixteen' ) . '

', ) ); }