Opened 11 years ago
Closed 8 years ago
#123 closed enhancement (wontfix)
Rename "Installation" tab on plugins details page
Reported by: | johnbillion | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
Migrating this general issue from #wp20318, but updating based on the comments here.
We should consider renaming the "Installation" tab on the plugin details page. Per comments in #wp20318, using "Installation" is rather confusing because plugins in the directory are all easily installed through WordPress.
Proposed rename is "Instructions", taking its content from either the Instructions section in readme.txt or from the Installation section to preserver back-compat.
(Also discussed was "Usage" or "Directions", but "Instructions" won in the comments.)
We should propose this publicly and see what plugin developers think of it. Perhaps the Plugins team has input here?
Change History (11)
This ticket was mentioned in IRC in #wordpress-meta by sams. View the logs.
10 years ago
#4
@
10 years ago
If we do this – I still think we should get some feedback from the plugin team – we need to make sure we update the readme parser as well to look for "Instructions" not just "Installation".
But I support this change.
#5
@
10 years ago
We're agreed on "Instructions" and making the parser changes to not only look for Instructions, but also merge "Installation" and "Instructions" when they're both present.
#6
@
10 years ago
We would also need to change it in core:
https://core.trac.wordpress.org/browser/tags/3.9.1/src/wp-admin/includes/plugin-install.php#L327
This ticket was mentioned in Slack in #meta by ocean90. View the logs.
9 years ago
#8
@
9 years ago
I don't think we should just rename the tab. I think we should introduce a new tab, called "Usage" (or "Instructions"), which contains new content (usage and instructions). The "Installation" tab then gets deprecated.
Idea from @samuelsidler: "If the new tab exists, don’t show Installation. But if it doesn’t exist, show Installation"
This ticket was mentioned in Slack in #polyglots by sergey. View the logs.
9 years ago
#11
@
8 years ago
- Resolution set to wontfix
- Status changed from new to closed
I'm actually going to close this as wontfix. The new directory in-progress removes installation in favor of... nothing. There are other improvements we can make to give plugin developers a way to show usage/installation information.
+1 for Instructions. Makes more sense now that users can install plugins from wp-admin.