mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Docs: Remove an empty line between @param and @return tags in some newly added REST API methods, per the documentation standards.
Follow-up to [48242], [49925], [51003], [51021]. See #52628, #53461. git-svn-id: https://develop.svn.wordpress.org/trunk@51289 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1080,7 +1080,6 @@ class WP_REST_Server {
|
||||
* @param array $handler The matched route handler.
|
||||
* @param string $route The matched route regex.
|
||||
* @param WP_Error|null $response The current error object if any.
|
||||
*
|
||||
* @return WP_REST_Response
|
||||
*/
|
||||
protected function respond_to_request( $request, $route, $handler, $response ) {
|
||||
|
||||
Reference in New Issue
Block a user