John Blackbourn

Results 494 comments of John Blackbourn

I'm really not sure - the parsing is handled by [wp-parser-lib](https://github.com/johnbillion/wp-parser-lib) which is just the parsing code from [the WP Parser plugin](https://github.com/WordPress/phpdoc-parser) extracted into a reusable library. I've not looked...

An interim alternative is to disable the cropping on this screen, so it can only be done from within the media manager when "using" the media file.

Found some Gutenberg issues: * https://github.com/WordPress/gutenberg/issues/8322 * https://github.com/WordPress/gutenberg/issues/22005

Perhaps the entire set of REST API schema files need to be generated from OPTIONS requests to the actual endpoints, and this library provides transformation rules on a per-endpoint basis...

For naming conventions, the HTTP verbs can't be used because POST can be used for both creating and updating. * Create: POST * Read: GET * Update: POST, PUT, PATCH...

Actually that might not be true, because to create an entity you POST to the collection endpoint and to update an entity you POST to the single item endpoint, and...

Note to self: I have some code for this that I wrote for a WPML site.

Marko, can you let me know what this fixes? I can see some issues with parent/child terms but I'm not sure which this is fixing. Thanks!