Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#26525 closed defect (bug) (fixed)

About page is enqueuing a 404

Reported by: johnbillion's profile johnbillion Owned by: nacin's profile 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)

26525.patch (539 bytes) - added by SergeyBiryukov 11 years ago.

Download all attachments as: .zip

Change History (9)

#1 @lancewillett
11 years ago

  • Keywords needs-patch added

#2 @SergeyBiryukov
11 years ago

Introduced in [26799].

#3 @SergeyBiryukov
11 years ago

  • Keywords has-patch added; needs-patch removed

#4 @SergeyBiryukov
11 years ago

  • Keywords commit added

#5 @nacin
11 years ago

Oops. I used true because the 'colors' meta stylesheet was embedded in my brain, rather than following the false of the 'jquery', 'scriptaculous', 'plupload-all', etc handles.

#6 @nacin
11 years ago

  • Priority changed from normal to high

#7 @jorbin
11 years ago

Tested Sergey's patch. Looks good to me.

#8 @nacin
11 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 26848:

Script handles of false are properly treated as meta groups. true does not work.

props SergeyBiryukov.
fixes #26525.

Note: See TracTickets for help on using tickets.