mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-22 20:24:36 +00:00
Editor: Remove gutenberg text domain from Query and Social Links block patterns.
Follow-up to [50948]. Props ntsekouras. Fixes #53265. See #53248. git-svn-id: https://develop.svn.wordpress.org/trunk@50971 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
return array(
|
||||
'title' => __( 'Offset', 'gutenberg' ),
|
||||
'title' => _x( 'Offset', 'Block pattern title' ),
|
||||
'blockTypes' => array( 'core/query' ),
|
||||
'categories' => array( 'query' ),
|
||||
'content' => '<!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} -->
|
||||
|
||||
Reference in New Issue
Block a user