From 4fa05e90e8b3961b9f49fbbe9ff2a2f81c84e618 Mon Sep 17 00:00:00 2001 From: youknowriad Date: Mon, 6 Jul 2020 11:19:04 +0000 Subject: [PATCH] Block Editor: Remove the Testimonials block pattern. This ensures we have the same patterns used in the Gutenberg plugin. Props poena. See #50550. Built from https://develop.svn.wordpress.org/trunk@48335 git-svn-id: http://core.svn.wordpress.org/trunk@48104 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/block-patterns.php | 1 - wp-includes/block-patterns/testimonials.php | 13 ------------- wp-includes/version.php | 2 +- 3 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 wp-includes/block-patterns/testimonials.php diff --git a/wp-includes/block-patterns.php b/wp-includes/block-patterns.php index 77ce9cb6df..df193c0bfa 100644 --- a/wp-includes/block-patterns.php +++ b/wp-includes/block-patterns.php @@ -16,7 +16,6 @@ $core_block_patterns = array( 'large-header-paragraph', 'three-buttons', 'quote', - 'testimonials', ); foreach ( $core_block_patterns as $core_block_pattern ) { diff --git a/wp-includes/block-patterns/testimonials.php b/wp-includes/block-patterns/testimonials.php deleted file mode 100644 index 3fa53c25c0..0000000000 --- a/wp-includes/block-patterns/testimonials.php +++ /dev/null @@ -1,13 +0,0 @@ - __( 'Testimonials' ), - 'content' => "\n
\n
\n
\n
\n

" . __( '"Sir Knight, if your worship be disposed to alight, you will fail of nothing here but of a bed as for all other accommodations, you may be supplied to your mind."' ) . "

\n
\n\n\n\n
\n
\n
\"\"/
\n
\n\n\n\n
\n

" . __( 'Doris Som' ) . "

\n
\n
\n
\n\n\n\n
\n
\n

" . __( '"Signor Castellano, the least thing in the world suffices me; for arms are the only things I value, and combat is my bed of repose."' ) . "

\n
\n\n\n\n
\n
\n
\"\"/
\n
\n\n\n\n
\n

" . __( 'Walt Art' ) . "

\n
\n
\n
\n
\n
\n", - 'viewportWidth' => 1000, - 'categories' => array( 'text' ), -); diff --git a/wp-includes/version.php b/wp-includes/version.php index fafa51e86e..ce018f51fb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48334'; +$wp_version = '5.5-alpha-48335'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.