Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/17/2020 04:01:30 AM (6 years ago)
Author:
imath
Message:

Update Travis config, readme.txt & add missing translators comments

Fixes #8278

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/admin/bp-core-admin-tools.php

    r12616 r12622  
    348348    require_once( buddypress()->plugin_dir . '/bp-core/admin/bp-core-admin-schema.php' );
    349349
     350    /* translators: %s: the result of the action performed by the repair tool */
    350351    $statement = __( 'Creating the Invitations database table if it does not exist… %s', 'buddypress' );
    351352    $result    = __( 'Failed to create table!', 'buddypress' );
     
    366367    // Migrate group invitations if needed.
    367368    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 */
    369372        $migrate_statement = __( 'Migrating group invitations… %s', 'buddypress' );
    370373        $migrate_result    = __( 'Failed to migrate invitations!', 'buddypress' );
Note: See TracChangeset for help on using the changeset viewer.