Site Editor: Update the block template descriptions.

Align the template descriptions with the latest changes from the Gutenberg plugin.

Props jameskoster, SergeyBiryukov.
See #54335.


git-svn-id: https://develop.svn.wordpress.org/trunk@52331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Riad Benguella
2021-12-07 12:10:36 +00:00
parent 9cc20468ef
commit bccb23ca03
2 changed files with 16 additions and 16 deletions

View File

@@ -128,7 +128,7 @@ class Tests_Block_Template_Utils extends WP_UnitTestCase {
$this->assertSame( 'publish', $template->status );
$this->assertSame( 'theme', $template->source );
$this->assertSame( 'Single Post', $template->title );
$this->assertSame( 'Template used to display a single blog post.', $template->description );
$this->assertSame( 'Displays a single post.', $template->description );
$this->assertSame( 'wp_template', $template->type );
// Test template parts.