[Bb-trac] Re: [bbPress] #994: "safe mode" that bypasses all plugins
loading would be handy
bbPress
bb-trac at lists.bbpress.org
Fri Nov 21 16:07:41 GMT 2008
#994: "safe mode" that bypasses all plugins loading would be handy
-------------------------+--------------------------------------------------
Reporter: _ck_ | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone: 1.0-beta & XML-RPC
Component: Back-end | Version: 1.0-alpha-2
Severity: normal | Resolution: fixed
Keywords: |
-------------------------+--------------------------------------------------
Comment (by _ck_):
Nice, but a tiny shortcut instead of using
`if ( !isset( $bb->safemode ) || $bb->safemode !== true ) {`
probably could have used
`if ( empty( $bb->safemode )) { `
unless you really, really want to make sure they are using `true` and not
`"true"` or `1`
--
Ticket URL: <http://trac.bbpress.org/ticket/994#comment:2>
bbPress <http://bbpress.org/>
Innovative forum development
More information about the Bb-trac
mailing list