[wp-trac] [WordPress Trac] #56467: Update @wordpress packages and backport changes from Gutenberg plugin into Core

WordPress Trac noreply at wordpress.org
Tue Sep 20 19:50:47 UTC 2022


#56467: Update @wordpress packages and backport changes from Gutenberg plugin into
Core
--------------------------------------+------------------------------
 Reporter:  Bernhard Reiter           |       Owner:  Bernhard Reiter
     Type:  task (blessed)            |      Status:  assigned
 Priority:  normal                    |   Milestone:  6.1
Component:  Editor                    |     Version:
 Severity:  normal                    |  Resolution:
 Keywords:  has-patch has-unit-tests  |     Focuses:
--------------------------------------+------------------------------

Comment (by kebbet):

 [54263] introduced multiple new strings, and the post_type discription has
 a leading space, it should be removed.

 Line `190` in `class-wp-rest-block-patterns-controller.php`.

 From:
 ```__( ' An array of post types that the pattern is restricted to be used
 with.' )```

 To:
 ```__( 'An array of post types that the pattern is restricted to be used
 with.' )```

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/56467#comment:202>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list