Skip to content

Commit

Permalink
Update new filters docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgiosan committed Mar 28, 2019
1 parent 76bab22 commit d164e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/API/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function search_users( $search_text, $args = array() ) {
/**
* Filters the search users query args.
*
* @since 1.4.1
* @since 1.5.0
* @param array $query_args The \WP_Query args.
* @param array $args Optional. The search users args. Default empty.
* @return array
Expand Down Expand Up @@ -154,7 +154,7 @@ public function search_posts( $search_text, $post_types, $args = array() ) {
/**
* Filters the search posts query args.
*
* @since 1.4.1
* @since 1.5.0
* @param array $query_args The \WP_Query args.
* @param array $args Optional. The search posts args. Default empty.
* @return array
Expand Down

0 comments on commit d164e00

Please sign in to comment.