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.