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-core/bp-core-theme-compatibility.php

    r9001 r9308  
    6969     * Set up the BuddyPress-specific theme compat methods.
    7070     *
    71      * Themes shoud use this method in their constructor.
     71     * Themes should use this method in their constructor.
    7272     *
    7373     * @since BuddyPress (1.7.0)
     
    156156 *
    157157 * This can be filtered or set manually. Tricky theme authors can override the
    158  * default and include their own BuddyPress compatability layers for their themes.
     158 * default and include their own BuddyPress compatibility layers for their themes.
    159159 *
    160160 * @since BuddyPress (1.7.0)
     
    172172 *
    173173 * This can be filtered or set manually. Tricky theme authors can override the
    174  * default and include their own BuddyPress compatability layers for their themes.
     174 * default and include their own BuddyPress compatibility layers for their themes.
    175175 *
    176176 * @since BuddyPress (1.7.0)
     
    188188 *
    189189 * This can be filtered or set manually. Tricky theme authors can override the
    190  * default and include their own BuddyPress compatability layers for their themes.
     190 * default and include their own BuddyPress compatibility layers for their themes.
    191191 *
    192192 * @since BuddyPress (1.7.0)
     
    204204 *
    205205 * or set manually. Tricky theme authors can override the default and include
    206  * their own BuddyPress compatability layers for their themes.
     206 * their own BuddyPress compatibility layers for their themes.
    207207 *
    208208 * @since BuddyPress (1.7.0)
     
    220220 *
    221221 * This can be filtered, or set manually. Tricky theme authors can override
    222  * the default and include their own BuddyPress compatability layers for their
     222 * the default and include their own BuddyPress compatibility layers for their
    223223 * themes.
    224224 *
     
    287287            $theme_compat = false;
    288288
    289         // Bruteforce check for a BP template
     289        // Brute-force check for a BP template
    290290        // Examples are clones of bp-default
    291291        } else if ( locate_template( 'members/members-loop.php', false, false ) ) {
Note: See TracChangeset for help on using the changeset viewer.