70c9c49f9b
Adds a fail-safe to return an empty string should the `switch` ever fall through without returning. Currently, `WP_REST_Templates_Controller::get_wp_templates_author_text_field()` is tightly coupled to `WP_REST_Templates_Controller::get_wp_templates_original_source_field()`. However, if the `$original_source` values change in either method, but not both, it is possible a `void` or `null` will be returned, rather than a `string`. Follow-up to [57366]. Props antonvlasenko, hellofromTonya, debarghyabanerjee. Fixes #61580. Built from https://develop.svn.wordpress.org/trunk@58705 git-svn-id: http://core.svn.wordpress.org/trunk@58107 1a063a9b-81f0-0310-95a4-ce76da25c4cd |
||
---|---|---|
.. | ||
endpoints | ||
fields | ||
search | ||
class-wp-rest-request.php | ||
class-wp-rest-response.php | ||
class-wp-rest-server.php |