Editor: Remove gutenberg text domain from Query and Social Links block patterns.
Follow-up to [50948]. Props ntsekouras. Fixes #53265. See #53248. Built from https://develop.svn.wordpress.org/trunk@50971 git-svn-id: http://core.svn.wordpress.org/trunk@50580 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Large title', 'gutenberg' ),
|
||||
'title' => _x( 'Large title', 'Block pattern title' ),
|
||||
'blockTypes' => array( 'core/query' ),
|
||||
'categories' => array( 'query' ),
|
||||
'content' => '<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"100px","right":"100px","bottom":"100px","left":"100px"}},"color":{"text":"#ffffff","background":"#000000"}}} -->
|
||||
|
||||
Reference in New Issue
Block a user