Changeset 55899 for trunk/src/wp-admin/includes/class-theme-upgrader.php
- Timestamp:
- 06/08/2023 02:16:48 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-upgrader.php
r55824 r55899 57 57 $this->strings['no_package'] = __( 'Update package not available.' ); 58 58 /* translators: %s: Package URL. */ 59 $this->strings['downloading_package'] = sprintf( __( 'Downloading update from %s…' ), '<span class="code ">%s</span>' );59 $this->strings['downloading_package'] = sprintf( __( 'Downloading update from %s…' ), '<span class="code pre">%s</span>' ); 60 60 $this->strings['unpack_package'] = __( 'Unpacking the update…' ); 61 61 $this->strings['remove_old'] = __( 'Removing the old version of the theme…' ); … … 73 73 $this->strings['no_package'] = __( 'Installation package not available.' ); 74 74 /* translators: %s: Package URL. */ 75 $this->strings['downloading_package'] = sprintf( __( 'Downloading installation package from %s…' ), '<span class="code ">%s</span>' );75 $this->strings['downloading_package'] = sprintf( __( 'Downloading installation package from %s…' ), '<span class="code pre">%s</span>' ); 76 76 $this->strings['unpack_package'] = __( 'Unpacking the package…' ); 77 77 $this->strings['installing_package'] = __( 'Installing the theme…' );
Note: See TracChangeset
for help on using the changeset viewer.