Changeset 4327
- Timestamp:
- 11/03/2012 10:45:29 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/template-functions.php
r4326 r4327 62 62 63 63 // No file found yet 64 $located = false; 64 $located = false; 65 $template_locations = bbp_get_template_stack(); 65 66 66 67 // Try to find a template file … … 75 76 76 77 // Loop through template stack 77 foreach ( (array) bbp_get_template_stack()as $template_location ) {78 foreach ( (array) $template_locations as $template_location ) { 78 79 79 80 // Continue if $template_location is empty
Note: See TracChangeset
for help on using the changeset viewer.