From 6b24e352a0f8004a3810e40a870040043e65b2b2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 24 Jul 2020 01:19:03 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@48598 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index dc0d7debe6..69ec79d3e0 100644 --- a/src/wp-includes/theme.php +++ b/src/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. */