Changeset 5676 for trunk/src/includes/search/template.php
- Timestamp:
- 04/15/2015 02:33:11 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/search/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/search/template.php
r5505 r5676 18 18 * @since bbPress (r4579) 19 19 * 20 * @param mixed$args All the arguments supported by {@link WP_Query}20 * @param array $args All the arguments supported by {@link WP_Query} 21 21 * @uses bbp_get_view_all() Are we showing all results? 22 22 * @uses bbp_get_public_status_id() To get the public status id … … 39 39 * @return object Multidimensional array of search information 40 40 */ 41 function bbp_has_search_results( $args = '') {41 function bbp_has_search_results( $args = array() ) { 42 42 global $wp_rewrite; 43 43
Note: See TracChangeset
for help on using the changeset viewer.