Commit 8630a51
committed
Code Quality: Remove redundant variable assignment in
There is no need to initialize `$post_counts` as an empty array, since it will be overwritten directly by the filter value in the next line.
Follow-up to [54262].
Props Soean.
See #64238.
git-svn-id: https://develop.svn.wordpress.org/trunk@62091 602fd350-edb4-49c9-b593-d223f7449a82wp_list_authors().1 parent 77850fb commit 8630a51
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
493 | | - | |
| 492 | + | |
494 | 493 | | |
495 | 494 | | |
496 | 495 | | |
| |||
0 commit comments