mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user