Log in with username/password: lyceum/lyceum

Ticket #683 (new enhancement)

Opened 2 years ago

Last modified 10 months ago

Not every function can be redefined

Reported by: lyceum Assigned to:
Priority: normal Milestone: 1.1.1
Keywords: redefine functions Cc:

Description

Not every function can be redefined, especially not those in lib/wp-admin/admin-functions.php

This would be vital, however, if you're trying to alter eg. file organisation.

Solution is simple and non-critical for people not using the feature:

Surround every function by:

if ( !function_exists('x') ) : ...function definition... endif;

Change History

11/11/06 01:47:16 changed by jjb

  • milestone set to 0.40.

10/20/07 23:19:05 changed by jjb

  • milestone changed from 1.0.1 to 1.1.1.
Log in with username/password: lyceum/lyceum