Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17057 closed defect (bug) (fixed)

As of r17600 - all backend Javascript is broken.

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

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
15 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
15 years ago

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

#3 @nacin
15 years ago

  • Milestone Awaiting Review3.2
  • Resolutionfixed
  • Status newclosed

#4 @dd32
15 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.