From 4fcbb1ee5dde972f939791dc29a813c015e7405b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 24 Jul 2020 01:21:01 +0000 Subject: [PATCH] Docs: Add a mention of `core-block-patterns` as a possible value for `add_theme_support()`. Follow-up to [48492]. See #50669. Built from https://develop.svn.wordpress.org/trunk@48598 git-svn-id: http://core.svn.wordpress.org/trunk@48360 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index dc0d7debe6..69ec79d3e0 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -2480,7 +2480,7 @@ function get_theme_starter_content() { * 'html5', 'title-tag', 'customize-selective-refresh-widgets', 'starter-content', * 'responsive-embeds', 'align-wide', 'dark-editor-style', 'disable-custom-colors', * 'disable-custom-font-sizes', 'editor-color-palette', 'editor-font-sizes', - * 'editor-styles', and 'wp-block-styles'. + * 'editor-styles', 'wp-block-styles', and 'core-block-patterns'. * @param mixed ...$args Optional extra arguments to pass along with certain features. * @return void|bool False on failure, void otherwise. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 0a63c977ea..1ef4530280 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-beta3-48597'; +$wp_version = '5.5-beta3-48598'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.