diff --git a/src/wp-includes/rest-api.php b/src/wp-includes/rest-api.php index 12e3df3247..18a90ec2e3 100644 --- a/src/wp-includes/rest-api.php +++ b/src/wp-includes/rest-api.php @@ -20,7 +20,8 @@ define( 'REST_API_VERSION', '2.0' ); * Note: Do not use before the {@see 'rest_api_init'} hook. * * @since 4.4.0 - * @since 5.1.0 Added a _doing_it_wrong() notice when not called on or after the rest_api_init hook. + * @since 5.1.0 Added a `_doing_it_wrong()` notice when not called on or after the `rest_api_init` hook. + * @since 5.5.0 Added a `_doing_it_wrong()` notice when the required `permission_callback` argument is not set. * * @param string $namespace The first URL segment after core prefix. Should be unique to your package/plugin. * @param string $route The base URL for route you are adding.