-
Notifications
You must be signed in to change notification settings - Fork 30
Adds action links to the plugin list table #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds action links to the plugin list table #98
Conversation
|
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. |
dkotter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some PHPStan errors that need cleaned up here, as well as merging the latest from trunk to fix unit test failures. Once that's cleaned up, I think this will be good to go
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #98 +/- ##
=============================================
- Coverage 29.61% 29.37% -0.24%
Complexity 145 145
=============================================
Files 14 14
Lines 878 885 +7
=============================================
Hits 260 260
- Misses 618 625 +7
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:
|
|
Suggested change Updated @dkotter |
What?
Adds action links to the plugin list table #97
Why?
The plugin was missing the action link for “Settings” on the Plugins page in the WordPress admin. Because this link was not present, users had no direct way to navigate to the plugin’s settings page from the plugin list table, which reduces usability and is inconsistent with standard WordPress plugin behavior.