Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/28/2016 06:16:53 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Breathing room for all !is_ usages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/users/functions.php

    r6192 r6196  
    5555 */
    5656function bbp_is_anonymous() {
    57     if ( !is_user_logged_in() && bbp_allow_anonymous() ) {
     57    if ( ! is_user_logged_in() && bbp_allow_anonymous() ) {
    5858        $is_anonymous = true;
    5959    } else {
Note: See TracChangeset for help on using the changeset viewer.