Changeset 5951 for trunk/src/includes/search/template.php
- Timestamp:
- 10/28/2015 04:07:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/search/template.php (modified) (15 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/search/template.php
r5827 r5951 16 16 * The main search loop. WordPress does the heavy lifting. 17 17 * 18 * @since bbPress (r4579)18 * @since 2.3.0 bbPress (r4579) 19 19 * 20 20 * @param array $args All the arguments supported by {@link WP_Query} … … 167 167 * Whether there are more search results available in the loop 168 168 * 169 * @since bbPress (r4579)169 * @since 2.3.0 bbPress (r4579) 170 170 * 171 171 * @uses WP_Query bbPress::search_query::have_posts() To check if there are more … … 189 189 * Loads up the current search result in the loop 190 190 * 191 * @since bbPress (r4579)191 * @since 2.3.0 bbPress (r4579) 192 192 * 193 193 * @uses WP_Query bbPress::search_query::the_post() To get the current search result … … 208 208 * Output the search page title 209 209 * 210 * @since bbPress (r4579)210 * @since 2.3.0 bbPress (r4579) 211 211 * 212 212 * @uses bbp_get_search_title() … … 219 219 * Get the search page title 220 220 * 221 * @since bbPress (r4579)221 * @since 2.3.0 bbPress (r4579) 222 222 * 223 223 * @uses bbp_get_search_terms() … … 243 243 * Output the search url 244 244 * 245 * @since bbPress (r4579)245 * @since 2.3.0 bbPress (r4579) 246 246 * 247 247 * @uses bbp_get_search_url() To get the search url … … 253 253 * Return the search url 254 254 * 255 * @since bbPress (r4579)255 * @since 2.3.0 bbPress (r4579) 256 256 * 257 257 * @uses user_trailingslashit() To fix slashes … … 283 283 * Output the search results url 284 284 * 285 * @since bbPress (r4928)285 * @since 2.4.0 bbPress (r4928) 286 286 * 287 287 * @uses bbp_get_search_url() To get the search url … … 293 293 * Return the search url 294 294 * 295 * @since bbPress (r4928)295 * @since 2.4.0 bbPress (r4928) 296 296 * 297 297 * @uses user_trailingslashit() To fix slashes … … 335 335 * Output the search terms 336 336 * 337 * @since bbPress (r4579)337 * @since 2.3.0 bbPress (r4579) 338 338 * 339 339 * @param string $search_terms Optional. Search terms … … 347 347 * Get the search terms 348 348 * 349 * @since bbPress (r4579)349 * @since 2.3.0 bbPress (r4579) 350 350 * 351 351 * If search terms are supplied, those are used. Otherwise check the … … 377 377 * Output the search result pagination count 378 378 * 379 * @since bbPress (r4579)379 * @since 2.3.0 bbPress (r4579) 380 380 * 381 381 * @uses bbp_get_search_pagination_count() To get the search result pagination count … … 388 388 * Return the search results pagination count 389 389 * 390 * @since bbPress (r4579)390 * @since 2.3.0 bbPress (r4579) 391 391 * 392 392 * @uses bbp_number_format() To format the number value … … 425 425 * Output search pagination links 426 426 * 427 * @since bbPress (r4579)427 * @since 2.3.0 bbPress (r4579) 428 428 * 429 429 * @uses bbp_get_search_pagination_links() To get the search pagination links … … 436 436 * Return search pagination links 437 437 * 438 * @since bbPress (r4579)438 * @since 2.3.0 bbPress (r4579) 439 439 * 440 440 * @uses apply_filters() Calls 'bbp_get_search_pagination_links' with the
Note: See TracChangeset
for help on using the changeset viewer.