Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63950, comment 1


Ignore:
Timestamp:
09/12/2025 10:36:13 PM (9 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63950, comment 1

    initial v1  
    44- `wp-admin/upgrade.php`
    55- `wp-admin/maint/repair.php`
    6 - `wp-admin/install.php`: Where it checks whether PHP is running, the page would not have a stylesheet, and I think the entire paragraph could be removed. Or if the link is worth keeping there, the `id` could be removed to avoid confusion.
     6- `wp-admin/install.php`: Where it checks whether PHP is running, the page would not have a stylesheet, and I think the entire paragraph could be removed. Or if the link is worth keeping there, simply removing the `id` could help to avoid confusion.
    77
    88(Another option I considered was to set the link to `display: block` with width and height at 100%, but then Chrome would only show a `box-shadow` on the bottom and Firefox would not show any focus indicator.)