Changes between Initial Version and Version 3 of Ticket #37484
- Timestamp:
- 07/27/2016 03:26:00 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37484
-
Property
Component
changed from
Formatting
toUpgrade/Install
-
Property
Component
changed from
-
Ticket #37484 – Description
initial v3 1 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: 4 [[Image()]] 3 This is how it looks: [attachment:"Screen Shot 2016-07-27 at 13.41.52.png"] 5 4 6 It would be great if it can be standardised to look like WP admin settings UI, i.e. 7 [[Image()]] 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"] 8 6 9 7 While at it, it would be great to secure the form code with escape family functions (esc_attr, esc_html and so on).