Commit 972bbb6
Fix bail() return type: void|false → false
When show_errors is true, wp_die() is called which never returns.
When false, it returns false. So the only actual return value is false.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>1 parent cffb2a2 commit 972bbb6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3940 | 3940 | | |
3941 | 3941 | | |
3942 | 3942 | | |
3943 | | - | |
| 3943 | + | |
3944 | 3944 | | |
3945 | 3945 | | |
3946 | 3946 | | |
| |||
0 commit comments