WordPress/wp-includes/rest-api
TimothyBlynJacobs b1f8ffa77d REST API: Fix fatal error on multisite when calling the single item plugin routes.
The `is_network_only_plugin` and `is_plugin_active` functions are not available in a front-end context and must be specifically loaded.

Props oakesjosh.
Fixes #52205.

Built from https://develop.svn.wordpress.org/trunk@49952


git-svn-id: http://core.svn.wordpress.org/trunk@49651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-01-09 20:22:11 +00:00
..
endpoints REST API: Fix fatal error on multisite when calling the single item plugin routes. 2021-01-09 20:22:11 +00:00
fields Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
search Docs: Fix some docblock issues introduced in 5.6. 2020-12-10 23:27:06 +00:00
class-wp-rest-request.php Docs: Promote many bool types to true or false where only that value is used. 2021-01-03 22:04:04 +00:00
class-wp-rest-response.php Docs: Corrections and improvements to inline docs relating to the REST API. 2020-11-16 11:04:12 +00:00
class-wp-rest-server.php Plugins: Replace usage of $this in action and filter parameter docblocks with more appropriate variable names. 2021-01-08 14:30:14 +00:00