Skip to:
Content

BuddyPress.org

Changeset 1980 for trunk/bp-core.php


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

Fixing spelling mistake.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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' ) );
Note: See TracChangeset for help on using the changeset viewer.