Opened 21 years ago
Closed 20 years ago
#446 closed defect (bug) (wontfix)
add_magic_quotes is redefined in admin.php and blocks any plugin that might be defining it...
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
latest CVS defines 'add_magic_quotes' in the admin.php file...
since it reuses the name commonly used by hundreds of php devs around, this is likely to make certain plugin crash. since it can be included after the plugin has defined its own 'add_magic_quotes', adding 'function_exists()' in the plugin is inefficient...
Change History (3)
Note: See
TracTickets for help on using
tickets.
If they have a function that doesn't do the exact same thing though WP could be vulnerable to a number of things.