Changeset 55899 for trunk/src/wp-admin/includes/class-core-upgrader.php
- Timestamp:
- 06/08/2023 02:16:48 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r55750 r55899 31 31 $this->strings['no_package'] = __( 'Update package not available.' ); 32 32 /* translators: %s: Package URL. */ 33 $this->strings['downloading_package'] = sprintf( __( 'Downloading update from %s…' ), '<span class="code ">%s</span>' );33 $this->strings['downloading_package'] = sprintf( __( 'Downloading update from %s…' ), '<span class="code pre">%s</span>' ); 34 34 $this->strings['unpack_package'] = __( 'Unpacking the update…' ); 35 35 $this->strings['copy_failed'] = __( 'Could not copy files.' );
Note: See TracChangeset
for help on using the changeset viewer.