Changeset 52978 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r52227 r52978 535 535 printf( 536 536 /* translators: 1: Plugin name, 2: Details URL, 3: Additional link attributes, 4: Version number 5: URL to Update PHP page. */ 537 __( 'There is a new version of %1$s available, but it does n’t work with your version of PHP. <a href="%2$s" %3$s>View version %4$s details</a> or <a href="%5$s">learn more about updating PHP</a>.' ),537 __( 'There is a new version of %1$s available, but it does not work with your version of PHP. <a href="%2$s" %3$s>View version %4$s details</a> or <a href="%5$s">learn more about updating PHP</a>.' ), 538 538 $plugin_name, 539 539 esc_url( $details_url ), … … 723 723 printf( 724 724 /* translators: %s: Theme name. */ 725 __( 'There is a new version of %s available, but it does n’t work with your versions of WordPress and PHP.' ),725 __( 'There is a new version of %s available, but it does not work with your versions of WordPress and PHP.' ), 726 726 $theme['Name'] 727 727 ); … … 751 751 printf( 752 752 /* translators: %s: Theme name. */ 753 __( 'There is a new version of %s available, but it does n’t work with your version of WordPress.' ),753 __( 'There is a new version of %s available, but it does not work with your version of WordPress.' ), 754 754 $theme['Name'] 755 755 ); … … 764 764 printf( 765 765 /* translators: %s: Theme name. */ 766 __( 'There is a new version of %s available, but it does n’t work with your version of PHP.' ),766 __( 'There is a new version of %s available, but it does not work with your version of PHP.' ), 767 767 $theme['Name'] 768 768 );
Note: See TracChangeset
for help on using the changeset viewer.