Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/08/2015 09:43:47 PM (10 years ago)
Author:
johnjamesjacoby
Message:

s/else if/elseif/

"The keyword elseif should be used instead of else if so that all control keywords look like single words."

Props wonderboymusic, hnla. See #6097.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-buddybar.php

    r9131 r9315  
    392392            // In the case of a user page, we try to assume a
    393393            // redirect URL
    394             } else if ( bp_is_user() ) {
     394            } elseif ( bp_is_user() ) {
    395395
    396396                // Redirect to the displayed user's default
Note: See TracChangeset for help on using the changeset viewer.