Changes between Version 3 and Version 11 of Ticket #37484
- Timestamp:
- 05/14/2025 08:57:14 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37484
- Property Keywords needs-patch has-screenshots added
- Property Focuses accessibility removed
-
Property
Milestone
changed from
to
Future Release
-
Ticket #37484 – Description
v3 v11 1 Currently, the `Connection Information`form output by `request_filesystem_credentials()` looks very sad and doesn't reflect the admin form HTML structure and style.1 Currently, the Connection Information form output by `request_filesystem_credentials()` looks very sad and doesn't reflect the admin form HTML structure and style. 2 2 3 This is how it looks: [attachment:"Screen Shot 2016-07-27 at 13.41. 52.png"]3 This is how it looks: [attachment:"Screen Shot 2016-07-27 at 13.41.23.png" Connection Information admin form] 4 4 5 It would be great if it can be standardised to look like WP admin settings UI, i.e. [attachment:"Screen Shot 2016-07-27 at 13.41. 23.png"]5 It would be great if it can be standardised to look like WP admin settings UI, i.e. [attachment:"Screen Shot 2016-07-27 at 13.41.52.png" General Settings admin form] 6 6 7 While at it, it would be great to secure the form code with escape family functions ( esc_attr, esc_htmland so on).7 While at it, it would be great to secure the form code with escape family functions (`esc_attr`, `esc_html` and so on).