Changes between Initial Version and Version 1 of Ticket #7149, comment 4
- Timestamp:
- 09/18/2016 07:28:35 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7149, comment 4
initial v1 1 @DJPaul Thanks for confirming the bug. In reply onyour suggestion: returning a false-y string is okay with me. Most return value evaluations of the function are loosely compared, but I've found the following strict-type checks for output of `bp_locate_template()`:1 @DJPaul Thanks for confirming the bug. In reply to your suggestion: returning a false-y string is okay with me. Most return value evaluations of the function are loosely compared, but I've found the following strict-type checks for output of `bp_locate_template()`: 2 2 3 3 * `bp-core/bp-core-template-loader.php` @ line 175 in `bp_locate_template_asset()`