gziolo
|
571e1e01b3
|
Editor: Return additional block patterns to server-generated settings
Reverts changes from [53155] to ensure backward compatibility.
Companion to Gutenberg changes https://github.com/WordPress/gutenberg/pull/40818. That makes sure that patterns registered with `admin_init` or `current_screen` hooks are not lost.
Props jsnajdr, zieladam, peterwilsoncc, johnstonphilip.
See #55567.
Built from https://develop.svn.wordpress.org/trunk@53404
git-svn-id: http://core.svn.wordpress.org/trunk@52993 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2022-05-17 14:38:14 +00:00 |
|
John Blackbourn
|
6aa053dc01
|
Docs: Various docblock improvements.
See #54729
Built from https://develop.svn.wordpress.org/trunk@53299
git-svn-id: http://core.svn.wordpress.org/trunk@52888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2022-04-28 09:46:21 +00:00 |
|
desrosj
|
ab2dcd8303
|
Docs: Improve the documentation for registering block patterns and block pattern categories.
This expands the `@param` tag for the property argument available for the `register()` method in `WP_Block_Patterns_Registry` and `WP_Block_Pattern_Cattegories_Registry`.
See #53399.
Built from https://develop.svn.wordpress.org/trunk@52219
git-svn-id: http://core.svn.wordpress.org/trunk@51811 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2021-11-19 19:05:59 +00:00 |
|
Sergey Biryukov
|
e05ffb46a5
|
Coding Standards: Remove a one-time $message variable in some _doing_it_wrong() calls.
This brings some consistency with most other calls.
Follow-up to [23378], [25605], [34745], [36219], [44108], [46111], [48156].
See #52627.
Built from https://develop.svn.wordpress.org/trunk@51154
git-svn-id: http://core.svn.wordpress.org/trunk@50763 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2021-06-15 15:22:58 +00:00 |
|
Sergey Biryukov
|
dc68fb8278
|
Docs: Synchronize $category_name description in WP_Block_Pattern_Categories_Registry methods.
Follow-up to [48156].
See #52628.
Built from https://develop.svn.wordpress.org/trunk@50532
git-svn-id: http://core.svn.wordpress.org/trunk@50145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2021-03-13 11:17:03 +00:00 |
|
Sergey Biryukov
|
b88325dbc6
|
I18N: Use the actual placeholder instead of a number in translator comments if the corresponding string does not use numbered placeholders.
Adjust some newly introduced strings to remove unnecessary numbered placeholders for consistency.
Follow-up to [42827].
See #51800.
Built from https://develop.svn.wordpress.org/trunk@50234
git-svn-id: http://core.svn.wordpress.org/trunk@49895 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2021-02-07 12:44:04 +00:00 |
|
Sergey Biryukov
|
483b75e682
|
Docs: Add missing @since tags for properties in some block editor classes:
* `WP_Block_Pattern_Categories_Registry`
* `WP_Block_Patterns_Registry`
* `WP_Block_Supports`
Follow-up to [48156], [49226].
See #50768.
Built from https://develop.svn.wordpress.org/trunk@49311
git-svn-id: http://core.svn.wordpress.org/trunk@49073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2020-10-26 21:51:08 +00:00 |
|
youknowriad
|
6d927e494c
|
Block Editor: Add the Block Patterns API.
Backport WP_Block_Pattern_Categories_Registry, WP_Block_Patterns_Registry
and block patterns registration functions from the Gutenberg repository.
Props ocean90, ellatrix
Fixes #50445.
Built from https://develop.svn.wordpress.org/trunk@48156
git-svn-id: http://core.svn.wordpress.org/trunk@47925 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2020-06-24 12:59:11 +00:00 |
|