Opened 13 years ago
Closed 13 years ago
#26525 closed defect (bug) (fixed)
About page is enqueuing a 404
| Reported by: | johnbillion | Owned by: | nacin |
|---|---|---|---|
| Priority: | high | Milestone: | 3.8 |
| Component: | Administration | Version: | 3.8 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
At the top of wp-admin/about.php is the following:
wp_deregister_script( 'zxcvbn-async' ); wp_register_script( 'zxcvbn-async', true );
This causes the page to enqueue the following URL, which 404s: http://example.com1/?ver=3.8-RC2
Attachments (1)
Change History (9)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Introduced in [26799].