Changeset 13878 for trunk/src/bp-core/bp-core-template-loader.php
- Timestamp:
- 06/01/2024 04:26:18 PM (20 months ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-template-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-template-loader.php
r13867 r13878 363 363 // Loop through 'bp_template_stack' filters, and call callback functions. 364 364 do { 365 foreach ( (array) current( $filter ) as $the_ ) {365 foreach ( (array) current( $filter ) as $the_ ) { 366 366 if ( ! is_null( $the_['function'] ) ) { 367 367 $args[1] = $stack;
Note: See TracChangeset
for help on using the changeset viewer.