Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#18793 closed defect (bug) (fixed)

jQuery datepicker plugin isn't registered properly in scripts loader

Reported by: danielbachhuber's profile danielbachhuber Owned by: danielbachhuber's profile danielbachhuber
Milestone: 3.3 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch
Focuses: Cc:

Description

We're missing a '.js' from the filename reference. The result is that if you try to use:

wp_enqueue_script( 'jquery-ui-datepicker' );

the plugin doesn't load.

Attachments (1)

datepicker.1.patch (1.4 KB) - added by danielbachhuber 14 years ago.
Proper filename for the datepicker plugin

Download all attachments as: .zip

Change History (4)

@danielbachhuber
14 years ago

Proper filename for the datepicker plugin

#1 @nacin
14 years ago

  • Milestone changed from Awaiting Review to 3.3

Just added last week in [18757], #17952.

#2 @sbressler
14 years ago

  • Cc sbressler@… added

#3 @nacin
14 years ago

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

In [18795]:

Correct the src for jquery-ui-datepicker. props danielbachhuber, fixes #18793. see #17952.

Note: See TracTickets for help on using tickets.