Skip to content

Commit

Permalink
Correct @see url for WP_Query
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelbaker committed Oct 10, 2016
1 parent f231b1b commit c47d30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/endpoints/class-wp-rest-posts-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function get_items( $request ) {
* Enables adding extra arguments or setting defaults for a post
* collection request.
*
* @see https://developer.wordpress.org/reference/classes/wp_user_query/
* @see https://developer.wordpress.org/reference/classes/wp_query/
*
* @param array $args Key value array of query var to query value.
* @param WP_REST_Request $request The request used.
Expand Down

0 comments on commit c47d30e

Please sign in to comment.