Make WordPress Core

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


Ignore:
Timestamp:
06/22/2018 10:42:21 AM (7 years ago)
Author:
tferry
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40969, comment 4

    initial v1  
    1 I agree with @sphakka - I've also run into this issue and it would be useful for get_template_part not to fail silently, so we have the option to check the return value.
     1I agree with @sphakka - I've also run into this issue and it would be useful for `get_template_part` not to fail silently, so we have the option to check the return value.
    22
    3 I've attached a patch to pass on the return value from locate_template, as suggested.
     3I've attached a patch to pass on the return value from `locate_template`, as suggested.