Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#17057 closed defect (bug) (fixed)

As of r17600 - all backend Javascript is broken.

Reported by: sterlo's profile sterlo Owned by:
Milestone: 3.2 Priority: normal
Severity: normal Version: 3.1
Component: UI Keywords:
Focuses: Cc:

Description

Did a fresh install from the trunk...went to the backend and noticed that all the awesome UI things like clicking the arrow to expand menu items on the left...had stopped working.

No errors are being thrown. I am looking into what revision specifically caused this.

Change History (4)

#1 @kawauso
14 years ago

Introduced in [17596] as includes_url() isn't available in script-loader.php:

Fatal error:  Call to undefined function includes_url() in wp-includes/script-loader.php on line 196

#2 @nacin
14 years ago

(In [17608]) Revert [17596] for now. props kawauso, see #17057, see #17050.

#3 @nacin
14 years ago

  • Milestone changed from Awaiting Review to 3.2
  • Resolution set to fixed
  • Status changed from new to closed

#4 @dd32
14 years ago

(In [17609]) Revert [17608] adding back [17596] and actually include the dummy function this time. See #17057 Fixes #17050

Note: See TracTickets for help on using tickets.