Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

PHP Doc typo for validate_schema_property #1909

Merged
merged 1 commit into from Dec 28, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/endpoints/class-wp-rest-controller.php
Expand Up @@ -441,7 +441,7 @@ public function get_endpoint_args_for_item_schema( $method = WP_REST_Server::CRE
}

/**
* Validate an parameter value that's based on a property from the item schema.
* Validate a parameter value that's based on a property from the item schema.
*
* @param mixed $value
* @param WP_REST_Request $request
Expand Down