Ticket #4925 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

bookmarklet.php dies with a fatal error

Reported by: Nazgul Assigned to: Nazgul
Priority: normal Milestone: 2.3
Component: Administration Version: 2.3
Severity: normal Keywords: has-patch
Cc:

Description

Bookmarklet.php dies with a fatal error:

Fatal error: Call to undefined function: the_quicktags() in D:\Development\WordPress\SVN\wp-admin\edit-form.php on line 35

The the_quicktags() function was removed ages ago (r4206) along with all its references (r3664), but somehow this one was missed.

Attachments

4925.diff (506 bytes) - added by Nazgul on 09/07/07 01:07:35.

Change History

09/07/07 01:07:35 changed by Nazgul

  • attachment 4925.diff added.

09/07/07 01:07:55 changed by Nazgul

  • keywords set to has-patch.
  • owner changed from anonymous to Nazgul.
  • status changed from new to assigned.

09/11/07 19:56:40 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [6081]) Remove reference to the_quicktags. Props Nazgul. fixes #4925