Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #30002, comment 8


Ignore:
Timestamp:
01/23/2015 07:22:46 PM (11 years ago)
Author:
Craig Ralston
Comment:

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.
     1If I'm not mistaken, this is as simple as updating to use {{{wp_die()}}} in {{{ms_not_installed()}}}.
     2Note: {{{dead_db()}}} also calls {{{wp_die()}}} so I suppose that could also be another option as Nacin alluded to.
    33
    4 Adding an action to ms_not_installed() is also a good idea but probably should be in a separate ticket, I imagine.
     4Adding an action to {{{ms_not_installed()}}} is also a good idea but probably should be in a separate ticket, I imagine.