Commit c1163e7
committed
Code Modernization: Simplify node retrieval using null coalescing operator.
This changeset makes a small code readability improvement in the `_get_node()` function inside the `WP_Admin_Bar` class.
Props Soean, mukesh27.
Fixes #65403.
git-svn-id: https://develop.svn.wordpress.org/trunk@62460 602fd350-edb4-49c9-b593-d223f7449a821 parent a6a1aad commit c1163e7
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
| 221 | + | |
225 | 222 | | |
226 | 223 | | |
227 | 224 | | |
| |||
0 commit comments