diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php index 16637775cf..5fe4efd3f7 100644 --- a/wp-content/themes/twentythirteen/functions.php +++ b/wp-content/themes/twentythirteen/functions.php @@ -45,6 +45,13 @@ if ( version_compare( $GLOBALS['wp_version'], '3.6-alpha', '<' ) ) { require get_template_directory() . '/inc/back-compat.php'; } +/** + * Block Patterns. + * + * @since Twenty Thirteen 3.4 + */ +require get_template_directory() . '/inc/block-patterns.php'; + /** * Twenty Thirteen setup. * diff --git a/wp-content/themes/twentythirteen/images/block-patterns/bernal-cutaway.jpg b/wp-content/themes/twentythirteen/images/block-patterns/bernal-cutaway.jpg new file mode 100644 index 0000000000..2fc35420c7 Binary files /dev/null and b/wp-content/themes/twentythirteen/images/block-patterns/bernal-cutaway.jpg differ diff --git a/wp-content/themes/twentythirteen/images/block-patterns/cylinder-interior.jpg b/wp-content/themes/twentythirteen/images/block-patterns/cylinder-interior.jpg new file mode 100644 index 0000000000..eb7356931b Binary files /dev/null and b/wp-content/themes/twentythirteen/images/block-patterns/cylinder-interior.jpg differ diff --git a/wp-content/themes/twentythirteen/images/block-patterns/dark-red.jpg b/wp-content/themes/twentythirteen/images/block-patterns/dark-red.jpg new file mode 100644 index 0000000000..cb36fee644 Binary files /dev/null and b/wp-content/themes/twentythirteen/images/block-patterns/dark-red.jpg differ diff --git a/wp-content/themes/twentythirteen/images/block-patterns/orange.jpg b/wp-content/themes/twentythirteen/images/block-patterns/orange.jpg new file mode 100644 index 0000000000..6bdd37fcf4 Binary files /dev/null and b/wp-content/themes/twentythirteen/images/block-patterns/orange.jpg differ diff --git a/wp-content/themes/twentythirteen/images/block-patterns/toroidal-colony.jpg b/wp-content/themes/twentythirteen/images/block-patterns/toroidal-colony.jpg new file mode 100644 index 0000000000..388d497a3e Binary files /dev/null and b/wp-content/themes/twentythirteen/images/block-patterns/toroidal-colony.jpg differ diff --git a/wp-content/themes/twentythirteen/images/block-patterns/torus-interior.jpg b/wp-content/themes/twentythirteen/images/block-patterns/torus-interior.jpg new file mode 100644 index 0000000000..1c13bc2313 Binary files /dev/null and b/wp-content/themes/twentythirteen/images/block-patterns/torus-interior.jpg differ diff --git a/wp-content/themes/twentythirteen/inc/block-patterns.php b/wp-content/themes/twentythirteen/inc/block-patterns.php new file mode 100644 index 0000000000..051b0d5750 --- /dev/null +++ b/wp-content/themes/twentythirteen/inc/block-patterns.php @@ -0,0 +1,170 @@ + 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' => ' +
' . 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' ) . '
+ + + + +' . esc_html__( 'Space', 'twentythirteen' ) . '
+' . esc_html__( 'Colonies', 'twentythirteen' ) . '
++' . wp_kses_post( __( 'When you look at
' . esc_html__( 'Kalpana Chawla', 'twentythirteen' ) . '
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__( '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' ) . '
' . 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' ) ) . '