Opened 11 years ago
Closed 11 years ago
#26525 closed defect (bug) (fixed)
About page is enqueuing a 404
Reported by: | johnbillion | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.8 | Priority: | high |
Severity: | normal | Version: | 3.8 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | Cc: |
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.
Introduced in [26799].