Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2015 10:03:19 PM (10 years ago)
Author:
r-a-y
Message:

Fix all the typos.

Props slaFFik.

See #6092.

File:
1 edited

Legend:

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

    r8932 r9308  
    254254            if ( !empty( $bp_uri[$uri_offset + 1] ) ) {
    255255
    256                 // Switch the displayed_user based on compatbility mode
     256                // Switch the displayed_user based on compatibility mode
    257257                if ( bp_is_username_compatibility_mode() ) {
    258258                    $bp->displayed_user->id = (int) bp_core_get_userid( urldecode( $bp_uri[$uri_offset + 1] ) );
     
    410410        exit();
    411411
    412     // No template found, so setup theme compatability
     412    // No template found, so setup theme compatibility
    413413    // @todo Some other 404 handling if theme compat doesn't kick in
    414414    } else {
     
    465465 *
    466466 * @param array $args {
    467  *     @type int $mode Specifies the destintation of the redirect. 1 will
     467 *     @type int $mode Specifies the destination of the redirect. 1 will
    468468 *           direct to the root domain (home page), which assumes you have a
    469469 *           log-in form there; 2 directs to wp-login.php. Default: 2.
Note: See TracChangeset for help on using the changeset viewer.