#37647 closed enhancement (fixed)
FTP Credentials Modal should have a 'button-primary' class on the 'Proceed' button
Reported by: | mapk | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.6 | Priority: | normal |
Severity: | normal | Version: | 4.6 |
Component: | Administration | Keywords: | has-screenshots has-patch |
Focuses: | ui | Cc: |
Description
When reviewing another ticket's screenshots (#32194), I noticed that the 'Proceed' button in the FTP Credentials modal doesn't have the 'button-primary' class on it.
Attachments (5)
Change History (16)
#5
@
5 years ago
- Component changed from General to Administration
- Keywords needs-refresh added
- Milestone set to Future Release
@curdin are you able to refresh the patch against current trunk
? I'm having issues applying the patch.
This ticket was mentioned in PR #6437 on WordPress/wordpress-develop by @audrasjb.
6 months ago
#6
- Keywords needs-refresh removed
Testing steps:
1) Add this to your wp-config.php: define( 'FS_METHOD', 'ftpext' );
2) Install an old version of a plugin
3) Browse to wp-admin/plugins.php
4) Click on the update now link in the plugin’s table row
#7
@
6 months ago
- Milestone changed from Future Release to 6.6
Hey there,
I refreshed the patch. Moving for 6.6 consideration.
@audrasjb commented on PR #6437:
5 months ago
#11
Committed in https://core.trac.wordpress.org/changeset/58149
Note: See
TracTickets for help on using
tickets.
To trigger this modal, follow these steps below.
1) Add this to your
wp-config.php
:define( 'FS_METHOD', 'ftpext' );
2) Install an old version of a plugin
3) Browse to
wp-admin/plugins.php
4) Click on the
update now
link in the plugin’s table row