Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2015 10:03:19 PM (11 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-groups/bp-groups-classes.php

    r9230 r9308  
    28742874
    28752875    /**
    2876      * Parsed configuration paramaters for the extension.
     2876     * Parsed configuration parameters for the extension.
    28772877     *
    28782878     * @since BuddyPress (1.8.0)
     
    33103310     */
    33113311    protected function setup_access_settings() {
    3312         // Bail if no gruop ID is available
     3312        // Bail if no group ID is available
    33133313        if ( empty( $this->group_id ) ) {
    33143314            return;
Note: See TracChangeset for help on using the changeset viewer.