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-blogs/bp-blogs-template.php

    r9291 r9308  
    395395    global $blogs_template;
    396396
    397     // Checkfor and use search terms
     397    // Check for and use search terms
    398398    $search_terms = ! empty( $_REQUEST['s'] )
    399399        ? $_REQUEST['s']
     
    771771        ) );
    772772
    773         // Backwards compatibilty for anyone forcing a 'true' active_format
     773        // Backwards compatibility for anyone forcing a 'true' active_format
    774774        if ( true === $r['active_format'] ) {
    775775            $r['active_format'] = __( 'active %s', 'buddypress' );
     
    13661366
    13671367    /**
    1368      * Fires after the default successful blog registration messsage markup.
     1368     * Fires after the default successful blog registration message markup.
    13691369     *
    13701370     * @since BuddyPress (1.0.0)
Note: See TracChangeset for help on using the changeset viewer.