Changes between Initial Version and Version 1 of Ticket #30002, comment 8
- Timestamp:
- 01/23/2015 07:22:46 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30002, comment 8
initial v1 1 If I'm not mistaken, this is as simple as updating to use wp_die() in ms_not_installed().2 Note: dead_db() also calls wp_die()so I suppose that could also be another option as Nacin alluded to.1 If I'm not mistaken, this is as simple as updating to use {{{wp_die()}}} in {{{ms_not_installed()}}}. 2 Note: {{{dead_db()}}} also calls {{{wp_die()}}} so I suppose that could also be another option as Nacin alluded to. 3 3 4 Adding an action to ms_not_installed()is also a good idea but probably should be in a separate ticket, I imagine.4 Adding an action to {{{ms_not_installed()}}} is also a good idea but probably should be in a separate ticket, I imagine.