xwp / wp-dependency-minification

Dependency Minification plugin for WordPress
http://wordpress.org/plugins/dependency-minification/
52 stars 10 forks source link

Add a settings link to the list of plugin action links #13

Closed frankiejarrett closed 11 years ago

frankiejarrett commented 11 years ago

Sometimes it can be confusing for users to be able to find the settings screen for a plugin if they don't know what menu it's under. In this case, Dependency Minification is located under the Tools menu, which can be a commonly overlooked menu as most plugins place their links under the Settings menu parent.

Adding a Settings link to the plugin action link list can help users find the admin page quickly immediately after activating the plugin for the first time.

settings-link

frankiejarrett commented 11 years ago

PR issued https://github.com/x-team/wp-dependency-minification/pull/15

westonruter commented 11 years ago

@fjarrett thanks for this!

Tip, to attach the pull request to an existing issue, you can do:

hub pull-request -i 13 -b develop
westonruter commented 11 years ago

Cheers! Merged #15.