Opened 6 years ago
Closed 6 years ago
#50016 closed defect (bug) (duplicate)
Site Health: Normalize theme directory location
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 5.5 |
| Component: | Site Health | Keywords: | has-patch |
| Focuses: | Cc: |
Description
On windows systems, theme directory location displays mixed slashes. wp_normalize_path can replaces backslashes with forward slashes and will look better on windows system.
Currently it is like C:\xampp\htdocs\wordpress-svn/wp-content/themes/twentytwenty
After adding wp_normalize_path : C:/xampp/htdocs/wordpress-svn/wp-content/themes/twentytwenty
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi there, welcome to WordPress Trac!
Thanks for the report, we're already tracking this issue in #46664.