Conversation
Typo in the variable name caused confusion in the documentation. Changed `$result` to `$site_info` for consistency with later usage (e.g., is_wp_error($site_info) and $site_info["'name'"]).
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## trunk #92 +/- ##
=========================================
Coverage 85.64% 85.64%
Complexity 102 102
=========================================
Files 16 16
Lines 773 773
Branches 86 86
=========================================
Hits 662 662
Misses 111 111
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
gziolo
left a comment
There was a problem hiding this comment.
Good catch! Thank you for the correction.
Typo in the variable name caused confusion in the documentation. Changed
$resultto$site_infofor consistency with later usage (e.g.,is_wp_error($site_info)and$site_info['name']).