Skip to:
Content

BuddyPress.org

Changeset 1980


Ignore:
Timestamp:
09/28/2009 09:20:40 PM (16 years ago)
Author:
apeatling
Message:

Fixing spelling mistake.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-templatetags.php

    r1935 r1980  
    115115    global $bp, $activities_template;
    116116   
    117     /* Note: any params used for filtering can be a single value, or multiple values comma seperated. */
     117    /* Note: any params used for filtering can be a single value, or multiple values comma separated. */
    118118   
    119119    $defaults = array(
  • trunk/bp-core.php

    r1960 r1980  
    88 * It is important to use plugins_url() core function to obtain
    99 * the correct scheme used (http or https).
    10  */ 
     10 */
    1111define( 'BP_PLUGIN_DIR', WP_PLUGIN_DIR . '/buddypress' );
    1212define( 'BP_PLUGIN_URL', plugins_url( $path = '/buddypress' ) );
  • trunk/bp-core/bp-core-catchuri.php

    r1930 r1980  
    5151    if ( $noget != '' ) $path = $noget;
    5252
    53     /* Fetch the current URI and explode each part seperated by '/' into an array */
     53    /* Fetch the current URI and explode each part separated by '/' into an array */
    5454    $bp_uri = explode( "/", $path );
    5555
  • trunk/bp-themes/bp-sn-parent/groups/single/forum/index.php

    r1954 r1980  
    8282                            <textarea name="topic_text" id="topic_text"></textarea>
    8383                   
    84                             <label><?php _e( 'Tags (comma seperated):', 'buddypress' ) ?></label>
     84                            <label><?php _e( 'Tags (comma separated):', 'buddypress' ) ?></label>
    8585                            <input type="text" name="topic_tags" id="topic_tags" value="" />
    8686
Note: See TracChangeset for help on using the changeset viewer.