Changeset 12622 for trunk/src/bp-core/admin/bp-core-admin-tools.php
- Timestamp:
- 04/17/2020 04:01:30 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/admin/bp-core-admin-tools.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-tools.php
r12616 r12622 348 348 require_once( buddypress()->plugin_dir . '/bp-core/admin/bp-core-admin-schema.php' ); 349 349 350 /* translators: %s: the result of the action performed by the repair tool */ 350 351 $statement = __( 'Creating the Invitations database table if it does not exist… %s', 'buddypress' ); 351 352 $result = __( 'Failed to create table!', 'buddypress' ); … … 366 367 // Migrate group invitations if needed. 367 368 if ( bp_is_active( 'groups' ) ) { 368 $bp = buddypress(); 369 $bp = buddypress(); 370 371 /* translators: %s: the result of the action performed by the repair tool */ 369 372 $migrate_statement = __( 'Migrating group invitations… %s', 'buddypress' ); 370 373 $migrate_result = __( 'Failed to migrate invitations!', 'buddypress' );
Note: See TracChangeset
for help on using the changeset viewer.