Commit 63e2a8a
authored
Use single quotes for non-interpolated debug string (#1052)
* Use single quotes for debug string in wp_cache_get_postid_from_comment()
phpcs (changed-lines) flagged the double-quoted string added in #1043; it has no interpolation, so single quotes are correct.
* Drop vestigial level argument from wp_cache_debug() call
wp_cache_debug()'s $level parameter (line 722) is declared but never used in the function body. Remove the unused '4' argument from this call.1 parent 916e2c5 commit 63e2a8a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3020 | 3020 | | |
3021 | 3021 | | |
3022 | 3022 | | |
3023 | | - | |
| 3023 | + | |
3024 | 3024 | | |
3025 | 3025 | | |
3026 | 3026 | | |
| |||
0 commit comments