Changeset 11763 for trunk/src/class-buddypress.php
- Timestamp:
- 12/08/2017 12:22:09 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/class-buddypress.php
r11717 r11763 234 234 if ( ! defined( 'BP_PLUGIN_URL' ) ) { 235 235 define( 'BP_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 236 } 237 238 // Legacy forum constant - supported for compatibility with bbPress 2. 239 if ( ! defined( 'BP_FORUMS_PARENT_FORUM_ID' ) ) { 240 define( 'BP_FORUMS_PARENT_FORUM_ID', 1 ); 241 } 242 243 // Legacy forum constant - supported for compatibility with bbPress 2. 244 if ( ! defined( 'BP_FORUMS_SLUG' ) ) { 245 define( 'BP_FORUMS_SLUG', 'forums' ); 236 246 } 237 247
Note: See TracChangeset
for help on using the changeset viewer.