Changeset 45932 for trunk/src/wp-admin/includes/class-core-upgrader.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r45583 r45932 30 30 $this->strings['locked'] = __( 'Another update is currently in progress.' ); 31 31 $this->strings['no_package'] = __( 'Update package not available.' ); 32 /* translators: %s: package URL*/32 /* translators: %s: Package URL. */ 33 33 $this->strings['downloading_package'] = sprintf( __( 'Downloading update from %s…' ), '<span class="code">%s</span>' ); 34 34 $this->strings['unpack_package'] = __( 'Unpacking the update…' );
Note: See TracChangeset
for help on using the changeset viewer.