Changeset 5951 for trunk/src/includes/core/template-functions.php
- Timestamp:
- 10/28/2015 04:07:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/template-functions.php (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/template-functions.php
r5945 r5951 18 18 * Adds bbPress theme support to any active WordPress theme 19 19 * 20 * @since bbPress (r3032)20 * @since 2.0.0 bbPress (r3032) 21 21 * 22 22 * @param string $slug … … 52 52 * not found in either of those, it looks in the theme-compat folder last. 53 53 * 54 * @since bbPress (r3618)54 * @since 2.1.0 bbPress (r3618) 55 55 * 56 56 * @param string|array $template_names Template file(s) to search for, in order. … … 115 115 * Registers the style if file provided (does NOT overwrite) and enqueues. 116 116 * 117 * @since bbPress (r5180)117 * @since 2.5.0 bbPress (r5180) 118 118 * 119 119 * @param string $handle Name of the stylesheet. … … 184 184 * Registers the style if file provided (does NOT overwrite) and enqueues. 185 185 * 186 * @since bbPress (r5180)186 * @since 2.5.0 bbPress (r5180) 187 187 * 188 188 * @param string $handle Name of the script. … … 255 255 * with bbp_locate_template(), this allows for easy template overrides. 256 256 * 257 * @since bbPress (r4323)257 * @since 2.2.0 bbPress (r4323) 258 258 * 259 259 * @param string $location_callback Callback function that returns the … … 274 274 * Deregisters a previously registered template stack location. 275 275 * 276 * @since bbPress (r4652)276 * @since 2.3.0 bbPress (r4652) 277 277 * 278 278 * @param string $location_callback Callback function that returns the … … 359 359 * Get a template part in an output buffer, and return it 360 360 * 361 * @since bbPress (r5043)361 * @since 2.4.0 bbPress (r5043) 362 362 * 363 363 * @param string $slug … … 389 389 * locations without the use of the other get_*_template() functions. 390 390 * 391 * @since bbPress (r3629)391 * @since 2.1.0 bbPress (r3629) 392 392 * 393 393 * @param string $type Filename without extension. … … 418 418 * Get the possible subdirectories to check for templates in 419 419 * 420 * @since bbPress (r3738) 420 * @since 2.1.0 bbPress (r3738) 421 * 421 422 * @param array $templates Templates we are looking for 422 423 * @return array Possible subfolders to look in … … 434 435 * Add template locations to template files being searched for 435 436 * 436 * @since bbPress (r3738)437 * @since 2.1.0 bbPress (r3738) 437 438 * 438 439 * @param array $stacks … … 472 473 * If it's a search page, WP_Query::bbp_is_search is set to true 473 474 * 474 * @since bbPress (r2688)475 * @since 2.0.0 bbPress (r2688) 475 476 * 476 477 * @param WP_Query $posts_query
Note: See TracChangeset
for help on using the changeset viewer.