#55800 closed defect (bug) (fixed)
Media help tab missing info on “Copy URL to clipboard“
Reported by: | kebbet | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | 6.0 |
Component: | Media | Keywords: | has-patch has-testing-info has-screenshots commit needs-user-docs |
Focuses: | docs, ui-copy | Cc: |
Description
This is a follow up to [52842].
The help tab in wp-admin/upload.php
is missing info on the new row action. In addition to adding info on Copy URL to clipboard
, the patch also enhance the Avalible actions
-tab with a list with each row action. (Inspiration from wp-admin/users.php
)
Setting version to Trunk since 6.0 does not exist.
Attachments (4)
Change History (24)
#3
follow-up:
↓ 12
@
3 years ago
Hi there, thanks for the patch!
It looks good to me but appears to introduce five new strings. I think we generally try to minimize string changes in minor releases. Any objections to moving this to 6.1, along with #55801?
On second thought, a few string changes in a minor release might be fine, but I would ideally like to get some feedback from the Polyglots team on this.
This ticket was mentioned in Slack in #polyglots by kebbet. View the logs.
3 years ago
#5
@
3 years ago
Hi there! Thanks for the patch.
Patch LGTM. Can we use direct content instead of adding the $help
variable as consistency in core https://github.com/WordPress/WordPress/blob/master/wp-admin/edit.php#L265-L272?
This ticket was mentioned in PR #2746 on WordPress/wordpress-develop by mukeshpanchal27.
3 years ago
#6
Trac ticket: https://core.trac.wordpress.org/ticket/55800
#7
@
3 years ago
Used $help
with inspiration from https://github.com/WordPress/WordPress/blob/master/wp-admin/users.php#L53-L63 but your comment makes sense in this case. There is no need to use variables in this file.
#8
@
3 years ago
- Owner set to audrasjb
- Status changed from new to reviewing
Added a follow-up commit to the proposed PR to fix a WPCS issue (space used instead of tab).
The patch looks good to me, thanks!
This ticket was mentioned in Slack in #core-test by ironprogrammer. View the logs.
2 years ago
#11
@
2 years ago
To test this patch, make sure to visit /wp-admin/upload.php?mode=list
, the so called List View
in the Media Library.
#12
in reply to:
↑ 3
@
2 years ago
- Milestone changed from 6.0.1 to 6.1
Replying to SergeyBiryukov:
It looks good to me but appears to introduce five new strings. I think we generally try to minimize string changes in minor releases. Any objections to moving this to 6.1, along with #55801?
I think you're right, there's no urgent need for this to be fixed in the next minor.
Moving to milestone 6.1. We can still move it back to 6.0.x later if needed.
2 years ago
#15
Committed in https://core.trac.wordpress.org/changeset/53586
#16
follow-up:
↓ 17
@
2 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Edit takes you to simple screen
Should this be "takes you to a simple screen"?
#17
in reply to:
↑ 16
@
2 years ago
Replying to SergeyBiryukov:
Edit takes you to simple screen
Should this be "takes you to a simple screen"?
Yes, my bad.
Test Report
55800-upload-php-help-info.diff
Environment
Steps to Test Patch
Media > Library
.Help
tab.Available actions
.Media > Library
page, click theHelp
tab, followed byAvailable actions
.Results
.
missing from the Edit action.