Make WordPress Core

Changes between Version 3 and Version 11 of Ticket #37484


Ignore:
Timestamp:
05/14/2025 08:57:14 PM (2 months ago)
Author:
sabernhardt
Comment:

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.
     1Currently, the Connection Information form output by `request_filesystem_credentials()` looks very sad and doesn't reflect the admin form HTML structure and style.
    22
    3 This is how it looks: [attachment:"Screen Shot 2016-07-27 at 13.41.52.png"]
     3This is how it looks: [attachment:"Screen Shot 2016-07-27 at 13.41.23.png" Connection Information admin form]
    44
    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"]
     5It 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]
    66
    7 While at it, it would be great to secure the form code with escape family functions (esc_attr, esc_html and so on).
     7While at it, it would be great to secure the form code with escape family functions (`esc_attr`, `esc_html` and so on).