Changeset 11267 for trunk/src/bp-core/bp-core-template-loader.php
- Timestamp:
- 12/05/2016 09:24:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-template-loader.php
r10899 r11267 97 97 */ 98 98 function bp_locate_template( $template_names, $load = false, $require_once = true ) { 99 100 // Bail when there are no templates to locate 101 if ( empty( $template_names ) ) { 102 return false; 103 } 99 104 100 105 // No file found yet.
Note: See TracChangeset
for help on using the changeset viewer.