Ticket #137 (closed defect: wontfix)

Opened 2 years ago

Last modified 2 years ago

pluggable.php in mu-plugins folder [Patch Included]

Reported by: abarker Assigned to: somebody
Priority: normal Milestone: WPMU 1.0
Component: component1 Version:
Severity: normal Keywords:
Cc:

Description

Not sure if this file should be merged with the other pluggable.php file but anyway it should have if ( !function_exists() ) : around each of the functions so that plugins can override them.

Attachments

mu-pluggable_137.patch (10.1 kB) - added by abarker on 08/28/06 20:52:48.

Change History

08/28/06 20:52:48 changed by abarker

  • attachment mu-pluggable_137.patch added.

09/13/06 17:05:45 changed by donncha

  • status changed from new to closed.
  • resolution set to wontfix.

Thanks for the patch, but it's not needed here. The calls to function_exists() is made in wp-includes/pluggable.php - the functions in mu-plugins/pluggable.php override those.