Changeset 6573 for trunk/src/includes/search/functions.php
- Timestamp:
- 06/16/2017 09:20:52 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/search/functions.php
r6544 r6573 19 19 * 20 20 * @param mixed $new_args New arguments 21 * @uses bbp_get_search_query_args() To get the search query args22 * @uses bbp_parse_args() To parse the args23 * @uses bbp_has_search_results() To make the search query24 21 * @return bool False if no results, otherwise if search results are there 25 22 */ … … 43 40 * @since 2.3.0 bbPress (r4579) 44 41 * 45 * @uses bbp_get_search_terms() To get the search terms46 42 * @return array Query arguments 47 43 */
Note: See TracChangeset
for help on using the changeset viewer.