.. |
class-wp-rest-attachments-controller.php
|
Docs: In various @return tags, list the expected type first, instead of WP_Error .
|
2019-11-11 02:43:03 +00:00 |
class-wp-rest-autosaves-controller.php
|
REST API: Introduce WP_Post_Type::get_rest_controller() caching method to prevent unnecessary REST controller construction.
|
2019-09-23 20:25:57 +00:00 |
class-wp-rest-block-renderer-controller.php
|
I18N: Capitalize translator comments consistently, add trailing punctuation.
|
2019-09-03 00:41:05 +00:00 |
class-wp-rest-blocks-controller.php
|
Docs: Increase the specificity of various docblock parameter types and return types.
|
2019-12-06 22:43:04 +00:00 |
class-wp-rest-comments-controller.php
|
REST API: Short-circuit comment controller permissions check if commented-upon post type does not exist.
|
2020-01-03 18:44:03 +00:00 |
class-wp-rest-controller.php
|
Docs: In various @return tags, list the expected type first, instead of WP_Error .
|
2019-11-11 02:43:03 +00:00 |
class-wp-rest-post-statuses-controller.php
|
REST API: Synchronize permission checks in ::get_items_permissions_check() methods for post types, post statuses, and users:
|
2020-01-03 02:28:03 +00:00 |
class-wp-rest-post-types-controller.php
|
REST API: Synchronize permission checks in ::get_items_permissions_check() methods for post types, post statuses, and users:
|
2020-01-03 02:28:03 +00:00 |
class-wp-rest-posts-controller.php
|
REST API: Display the actual conflicting value in addition to the taxonomy name in the _doing_it_wrong() message for a conflicting rest_base or name property.
|
2020-01-06 17:09:04 +00:00 |
class-wp-rest-revisions-controller.php
|
Docs: Correct some invalid hook docblocks.
|
2019-11-12 22:42:02 +00:00 |
class-wp-rest-search-controller.php
|
I18N: Capitalize translator comments consistently, add trailing punctuation.
|
2019-09-03 00:41:05 +00:00 |
class-wp-rest-settings-controller.php
|
Docs: Fix typo in a comment in WP_REST_Settings_Controller::prepare_value() .
|
2019-10-13 10:02:04 +00:00 |
class-wp-rest-taxonomies-controller.php
|
Docs: Correct various docblocks documentation.
|
2019-12-06 22:23:04 +00:00 |
class-wp-rest-terms-controller.php
|
Docs: Increase the specificity of various docblock parameter types and return types.
|
2019-12-06 22:43:04 +00:00 |
class-wp-rest-themes-controller.php
|
Docs: Remove extra spaces in various REST API DocBlocks.
|
2019-09-05 23:05:55 +00:00 |
class-wp-rest-users-controller.php
|
Coding Standards: Use Yoda conditions in wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php .
|
2020-01-08 11:32:02 +00:00 |