Commit 1038745
committed
Customize: Introduce a fix for themes that pass a stringable object through the
This has historically worked until [61892] increased the strictness of the template file validation which dismissed any value of a type other than a string, which a stringable object is not.
Merges r61913 to the 6.4 branch.
Props dmsnell, westonruter.
git-svn-id: https://develop.svn.wordpress.org/branches/6.4@61926 602fd350-edb4-49c9-b593-d223f7449a82template_include filter despite it being documented as only accepting a string.1 parent 662aabe commit 1038745
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments