Fixed whitespace issue

This commit is contained in:
Vishal Kakadiya 2016-09-24 10:16:22 +05:30 committed by GitHub
parent c4a62e215f
commit 611460317a
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ abstract class WP_REST_Controller {
* The type of object is inferred from the passed schema.
*
* @param array $schema Schema array.
*
*
* @return array $schema Schema array.
*/
protected function add_additional_fields_schema( $schema ) {