Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7149, comment 4


Ignore:
Timestamp:
09/18/2016 07:28:35 PM (9 years ago)
Author:
Offereins
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7149, comment 4

    initial v1  
    1 @DJPaul Thanks for confirming the bug. In reply on 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()`:
     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()`:
    22
    33* `bp-core/bp-core-template-loader.php` @ line 175 in `bp_locate_template_asset()`