Changeset 12578 for trunk/src/class-buddypress.php
- Timestamp:
- 03/25/2020 07:31:07 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/class-buddypress.php
r12568 r12578 489 489 require( $this->plugin_dir . 'bp-core/bp-core-customizer-email.php' ); 490 490 require( $this->plugin_dir . 'bp-core/bp-core-rest-api.php' ); 491 require( $this->plugin_dir . 'bp-core/bp-core-blocks.php' ); 491 492 492 493 // Maybe load deprecated functionality (this double negative is proof positive!). … … 555 556 'BP_Attachment' => 'core', 556 557 'BP_Button' => 'core', 558 'BP_Block' => 'core', 557 559 'BP_Component' => 'core', 558 560 'BP_Customizer_Control_Range' => 'core',
Note: See TracChangeset
for help on using the changeset viewer.