Make WordPress Core

Changeset 31991


Ignore:
Timestamp:
04/03/2015 12:17:20 AM (10 years ago)
Author:
johnbillion
Message:

Introduce a string representing bulk plugin update success, ready for string freeze. Not used yet.

See #31770.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r31863 r31991  
    686686        $this->strings['process_failed'] = __('Plugin update failed.');
    687687        $this->strings['process_success'] = __('Plugin updated successfully.');
     688        $this->strings['process_bulk_success'] = __('Plugins updated successfully.');
    688689    }
    689690
Note: See TracChangeset for help on using the changeset viewer.