diff --git a/wp-content/themes/twentysixteen/functions.php b/wp-content/themes/twentysixteen/functions.php
index 966530afad..5b132dea2f 100644
--- a/wp-content/themes/twentysixteen/functions.php
+++ b/wp-content/themes/twentysixteen/functions.php
@@ -216,6 +216,9 @@ if ( ! function_exists( 'twentysixteen_setup' ) ) :
// Indicate widget sidebars can use selective refresh in the Customizer.
add_theme_support( 'customize-selective-refresh-widgets' );
+
+ // Add support for custom line height controls.
+ add_theme_support( 'custom-line-height' );
}
endif; // twentysixteen_setup()
add_action( 'after_setup_theme', 'twentysixteen_setup' );
@@ -506,6 +509,11 @@ function twentysixteen_hex2rgb( $color ) {
*/
require get_template_directory() . '/inc/template-tags.php';
+/**
+ * Block Patterns.
+ */
+require get_template_directory() . '/inc/block-patterns.php';
+
/**
* Customizer additions.
*/
diff --git a/wp-content/themes/twentysixteen/inc/block-patterns.php b/wp-content/themes/twentysixteen/inc/block-patterns.php
new file mode 100644
index 0000000000..4ec90e134d
--- /dev/null
+++ b/wp-content/themes/twentysixteen/inc/block-patterns.php
@@ -0,0 +1,156 @@
+ __( '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' ) . '
+
+
+
+
+
+
+
+
+ ',
+ )
+ );
+}
diff --git a/wp-content/themes/twentysixteen/readme.txt b/wp-content/themes/twentysixteen/readme.txt
index d018f60cb1..de4b6392f3 100644
--- a/wp-content/themes/twentysixteen/readme.txt
+++ b/wp-content/themes/twentysixteen/readme.txt
@@ -4,7 +4,7 @@ Tested up to: 5.6
Version: 2.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
+Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
== Description ==
Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
diff --git a/wp-content/themes/twentysixteen/style.css b/wp-content/themes/twentysixteen/style.css
index 0ddf3ae0dc..4a6f329b0d 100644
--- a/wp-content/themes/twentysixteen/style.css
+++ b/wp-content/themes/twentysixteen/style.css
@@ -9,7 +9,7 @@ Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
-Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
+Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen
This theme, like WordPress, is licensed under the GPL.
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 9b5a70e4b9..073033b85d 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.6-beta3-49582';
+$wp_version = '5.6-beta3-49583';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.