issues
search
WordPress
/
wp-plugin-dependencies
WordPress Feature Project: Plugin Dependencies
https://make.wordpress.org/core/2022/02/24/feature-project-plugin-dependencies/
MIT License
69
stars
9
forks
source link
Various improvements to `::modify_plugin_row_elements_requires()`.
#24
Closed
costdev
closed
2 years ago
costdev
commented
2 years ago
This PR:
[x] Inverts an
empty()
check and converts it to a guard to reduce nesting.
[x] Renames a duplicate
$names
variable to
$links
and adds spacing for readability.
This PR:
empty()
check and converts it to a guard to reduce nesting.$names
variable to$links
and adds spacing for readability.