Changeset 7380 for trunk/src/includes/search/functions.php
- Timestamp:
- 12/05/2025 02:27:53 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/search/functions.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/search/functions.php
r7333 r7380 2 2 3 3 /** 4 * bbPress Search Functions 4 * bbPress Search Functions. 5 5 * 6 6 * @package bbPress … … 14 14 15 15 /** 16 * Run the search query 16 * Run the search query. 17 17 * 18 18 * @since 2.3.0 bbPress (r4579) 19 19 * 20 * @param mixed $new_args New arguments 21 * @return bool False if no results, otherwise if search results are there 20 * @param mixed $new_args New arguments. 21 * @return bool False if no results, otherwise if search results are there. 22 22 */ 23 23 function bbp_search_query( $new_args = array() ) { … … 36 36 37 37 /** 38 * Return the search query arg s38 * Return the search query arguments. 39 39 * 40 40 * @since 2.3.0 bbPress (r4579) 41 41 * 42 * @return array Query arguments 42 * @return array Query arguments. 43 43 */ 44 44 function bbp_get_search_query_args() { … … 55 55 56 56 /** 57 * Redirect to search results page if needed 57 * Redirect to search results page if needed. 58 58 * 59 59 * @since 2.4.0 bbPress (r4928) 60 60 * 61 * @return If a redirect is not needed 61 * @return If a redirect is not needed. 62 62 */ 63 63 function bbp_search_results_redirect() { … … 84 84 85 85 /** 86 * Return an array of search types 86 * Return an array of search types. 87 87 * 88 88 * @since 2.6.0 bbPress (r6903) … … 101 101 * @since 2.6.0 bbPress (r6903) 102 102 * 103 * @param string $query_arg s|fs|ts|rs 103 * @param string $query_arg s|fs|ts|rs. 104 104 * 105 105 * @return mixed
Note: See TracChangeset
for help on using the changeset viewer.