Changeset 12546 for trunk/src/bp-core/bp-core-template-loader.php
- Timestamp:
- 01/29/2020 09:19:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-template-loader.php
r12281 r12546 98 98 function bp_locate_template( $template_names, $load = false, $require_once = true ) { 99 99 100 // Bail when there are no templates to locate 100 // Bail when there are no templates to locate. 101 101 if ( empty( $template_names ) ) { 102 102 return false; … … 136 136 /** 137 137 * This action exists only to follow the standard BuddyPress coding convention, 138 * and should not be used to short-circuit any part of the template locat or.138 * and should not be used to short-circuit any part of the template locater. 139 139 * 140 140 * If you want to override a specific template part, please either filter
Note: See TracChangeset
for help on using the changeset viewer.