Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #29618, comment 4


Ignore:
Timestamp:
09/12/2014 04:55:50 PM (12 years ago)
Author:
lancewillett
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29618, comment 4

    v1 v2  
    11I'm sensing a "No" here. I'll run with `parent()` but would prefer to have a nicely named wrapper that checks both template/stylesheet mismatch '''and''' the valid parent. To reduce complexity for everyday usage — and for new developers to know that `is_child_theme()` is actually accurate. What it says on the tin.
    22
    3 I don't think performance should be a reason to not improve the function, because high-traffic WP install should use some sort of caching anyway.
     3I don't think performance should be a reason to not improve the function, because high-traffic WP installs should use some sort of caching anyway.