Changeset 1980 for trunk/bp-core.php
- Timestamp:
- 09/28/2009 09:20:40 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r1960 r1980 8 8 * It is important to use plugins_url() core function to obtain 9 9 * the correct scheme used (http or https). 10 */ 10 */ 11 11 define( 'BP_PLUGIN_DIR', WP_PLUGIN_DIR . '/buddypress' ); 12 12 define( 'BP_PLUGIN_URL', plugins_url( $path = '/buddypress' ) );
Note: See TracChangeset
for help on using the changeset viewer.