Changeset 6551 for trunk/src/includes/core/template-functions.php
- Timestamp:
- 06/15/2017 04:31:59 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/template-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/template-functions.php
r6549 r6551 284 284 * @param string $location_callback Callback function that returns the 285 285 * @param int $priority 286 * @ see bbp_register_template_stack()286 * @return bool Whether stack was removed 287 287 */ 288 288 function bbp_deregister_template_stack( $location_callback = '', $priority = 10 ) { … … 300 300 * Call the functions added to the 'bbp_template_stack' filter hook, and return 301 301 * an array of the template locations. 302 *303 * @see bbp_register_template_stack()304 302 * 305 303 * @since 2.2.0 bbPress (r4323)
Note: See TracChangeset
for help on using the changeset viewer.