Changes between Initial Version and Version 1 of Ticket #19324, comment 13
- Timestamp:
- 06/14/12 17:51:29 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19324, comment 13
initial v1 1 I attached a db.php file which you can drop into the wp-content direct ly. It basically extends the wpdb class to create a custom_wpdb class, which incorporates the patch.1 I attached a db.php file which you can drop into the wp-content directory. It basically extends the wpdb class to create a custom_wpdb class, which incorporates the patch. 2 2 3 3 This will let you run the same patch without hacking core. It's not a great solution, but I can't think of a better one because as nacin said, plugins don't have the ability to easily modify that section of code (making filters useless) and using defines are rather unpleasant at best.