Changeset 43598 for trunk/src/wp-admin/includes/class-theme-upgrader.php
- Timestamp:
- 08/30/2018 01:35:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-upgrader.php
r43571 r43598 474 474 'incompatible_archive_theme_no_style', 475 475 $this->strings['incompatible_archive'], 476 /* translators: %s: style.css */477 476 sprintf( 477 /* translators: %s: style.css */ 478 478 __( 'The theme is missing the %s stylesheet.' ), 479 479 '<code>style.css</code>' … … 494 494 'incompatible_archive_theme_no_name', 495 495 $this->strings['incompatible_archive'], 496 /* translators: %s: style.css */497 496 sprintf( 497 /* translators: %s: style.css */ 498 498 __( 'The %s stylesheet doesn’t contain a valid theme header.' ), 499 499 '<code>style.css</code>' … … 507 507 'incompatible_archive_theme_no_index', 508 508 $this->strings['incompatible_archive'], 509 /* translators: %s: index.php */510 509 sprintf( 510 /* translators: %s: index.php */ 511 511 __( 'The theme is missing the %s file.' ), 512 512 '<code>index.php</code>'
Note: See TracChangeset
for help on using the changeset viewer.