Fixed whitespace issue
This commit is contained in:
parent
c4a62e215f
commit
611460317a
|
@ -361,7 +361,7 @@ abstract class WP_REST_Controller {
|
||||||
* The type of object is inferred from the passed schema.
|
* The type of object is inferred from the passed schema.
|
||||||
*
|
*
|
||||||
* @param array $schema Schema array.
|
* @param array $schema Schema array.
|
||||||
*
|
*
|
||||||
* @return array $schema Schema array.
|
* @return array $schema Schema array.
|
||||||
*/
|
*/
|
||||||
protected function add_additional_fields_schema( $schema ) {
|
protected function add_additional_fields_schema( $schema ) {
|
||||||
|
|
Loading…
Reference in New Issue