Changeset 6121
- Timestamp:
- 11/09/2016 10:59:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/includes/core/template-functions.php
r6119 r6121 309 309 $args = $stack = array(); 310 310 311 // Add 'b p_template_stack' to the current filter array.311 // Add 'bbp_template_stack' to the current filter array. 312 312 $wp_current_filter[] = $tag; 313 313 … … 327 327 reset( $filter ); 328 328 329 // Loop through 'b p_template_stack' filters, and call callback functions.329 // Loop through 'bbp_template_stack' filters, and call callback functions. 330 330 do { 331 331 foreach( (array) current( $filter ) as $the_ ) { … … 337 337 } while ( next( $filter ) !== false ); 338 338 339 // Remove 'b p_template_stack' from the current filter array.339 // Remove 'bbp_template_stack' from the current filter array. 340 340 array_pop( $wp_current_filter ); 341 341
Note: See TracChangeset
for help on using the changeset viewer.