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-forums/bp-forums-bbpress-sa.php

    r7756 r9308  
    1919    global $bb, $bbdb, $bb_table_prefix, $bb_current_user;
    2020    global $bb_roles, $wp_taxonomy_object, $bb_queries;
    21    
     21
    2222    // Return if we've already run this function.
    2323    if ( is_object( $bbdb ) )
     
    172172 *
    173173 * The class is pluggable, so that plugins that swap out WPDB with a custom
    174  * database class (such as HyperDB and SharDB) can provide their own versions
     174 * database class (such as HyperDB and ShareDB) can provide their own versions
    175175 * of BPDB which extend the appropriate base class.
    176176 */
     
    197197         * Determine if a database supports a particular feature.
    198198         *
    199          * Overriden here to work around differences between bbPress's
     199         * Overridden here to work around differences between bbPress's
    200200         * and WordPress's implementations. In particular, when
    201201         * BuddyPress tries to run bbPress' SQL installation script,
     
    340340                // Clear the field and index arrays
    341341                $cfields = $indices = array();
    342                 // Get all of the field names in the query from between the parens
     342                // Get all of the field names in the query from between the parents
    343343                preg_match("|\((.*)\)|ms", $cqueries[strtolower($table)], $match2);
    344344                $qryline = trim($match2[1]);
Note: See TracChangeset for help on using the changeset viewer.