Changeset 52978 for trunk/src/wp-admin/themes.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r52949 r52978 410 410 printf( 411 411 /* translators: %s: Theme name. */ 412 __( 'There is a new version of %s available, but it does n’t work with your versions of WordPress and PHP.' ),412 __( 'There is a new version of %s available, but it does not work with your versions of WordPress and PHP.' ), 413 413 $theme['name'] 414 414 ); … … 438 438 printf( 439 439 /* translators: %s: Theme name. */ 440 __( 'There is a new version of %s available, but it does n’t work with your version of WordPress.' ),440 __( 'There is a new version of %s available, but it does not work with your version of WordPress.' ), 441 441 $theme['name'] 442 442 ); … … 451 451 printf( 452 452 /* translators: %s: Theme name. */ 453 __( 'There is a new version of %s available, but it does n’t work with your version of PHP.' ),453 __( 'There is a new version of %s available, but it does not work with your version of PHP.' ), 454 454 $theme['name'] 455 455 ); … … 472 472 echo '<div class="notice inline notice-error notice-alt"><p>'; 473 473 if ( ! $theme['compatibleWP'] && ! $theme['compatiblePHP'] ) { 474 _e( 'This theme does n’t work with your versions of WordPress and PHP.' );474 _e( 'This theme does not work with your versions of WordPress and PHP.' ); 475 475 if ( current_user_can( 'update_core' ) && current_user_can( 'update_php' ) ) { 476 476 printf( … … 496 496 } 497 497 } elseif ( ! $theme['compatibleWP'] ) { 498 _e( 'This theme does n’t work with your version of WordPress.' );498 _e( 'This theme does not work with your version of WordPress.' ); 499 499 if ( current_user_can( 'update_core' ) ) { 500 500 printf( … … 505 505 } 506 506 } elseif ( ! $theme['compatiblePHP'] ) { 507 _e( 'This theme does n’t work with your version of PHP.' );507 _e( 'This theme does not work with your version of PHP.' ); 508 508 if ( current_user_can( 'update_php' ) ) { 509 509 printf( … … 761 761 printf( 762 762 /* translators: %s: Theme name. */ 763 __( 'There is a new version of %s available, but it does n’t work with your versions of WordPress and PHP.' ),763 __( 'There is a new version of %s available, but it does not work with your versions of WordPress and PHP.' ), 764 764 '{{{ data.name }}}' 765 765 ); … … 791 791 printf( 792 792 /* translators: %s: Theme name. */ 793 __( 'There is a new version of %s available, but it does n’t work with your version of WordPress.' ),793 __( 'There is a new version of %s available, but it does not work with your version of WordPress.' ), 794 794 '{{{ data.name }}}' 795 795 ); … … 806 806 printf( 807 807 /* translators: %s: Theme name. */ 808 __( 'There is a new version of %s available, but it does n’t work with your version of PHP.' ),808 __( 'There is a new version of %s available, but it does not work with your version of PHP.' ), 809 809 '{{{ data.name }}}' 810 810 ); … … 827 827 <# if ( ! data.compatibleWP && ! data.compatiblePHP ) { #> 828 828 <?php 829 _e( 'This theme does n’t work with your versions of WordPress and PHP.' );829 _e( 'This theme does not work with your versions of WordPress and PHP.' ); 830 830 if ( current_user_can( 'update_core' ) && current_user_can( 'update_php' ) ) { 831 831 printf( … … 853 853 <# } else if ( ! data.compatibleWP ) { #> 854 854 <?php 855 _e( 'This theme does n’t work with your version of WordPress.' );855 _e( 'This theme does not work with your version of WordPress.' ); 856 856 if ( current_user_can( 'update_core' ) ) { 857 857 printf( … … 864 864 <# } else if ( ! data.compatiblePHP ) { #> 865 865 <?php 866 _e( 'This theme does n’t work with your version of PHP.' );866 _e( 'This theme does not work with your version of PHP.' ); 867 867 if ( current_user_can( 'update_php' ) ) { 868 868 printf( … … 975 975 <# if ( ! data.compatibleWP && ! data.compatiblePHP ) { #> 976 976 <?php 977 _e( 'This theme does n’t work with your versions of WordPress and PHP.' );977 _e( 'This theme does not work with your versions of WordPress and PHP.' ); 978 978 if ( current_user_can( 'update_core' ) && current_user_can( 'update_php' ) ) { 979 979 printf( … … 1001 1001 <# } else if ( ! data.compatibleWP ) { #> 1002 1002 <?php 1003 _e( 'This theme does n’t work with your version of WordPress.' );1003 _e( 'This theme does not work with your version of WordPress.' ); 1004 1004 if ( current_user_can( 'update_core' ) ) { 1005 1005 printf( … … 1012 1012 <# } else if ( ! data.compatiblePHP ) { #> 1013 1013 <?php 1014 _e( 'This theme does n’t work with your version of PHP.' );1014 _e( 'This theme does not work with your version of PHP.' ); 1015 1015 if ( current_user_can( 'update_php' ) ) { 1016 1016 printf( … … 1040 1040 printf( 1041 1041 /* translators: %s: Theme name. */ 1042 __( 'There is a new version of %s available, but it does n’t work with your versions of WordPress and PHP.' ),1042 __( 'There is a new version of %s available, but it does not work with your versions of WordPress and PHP.' ), 1043 1043 '{{{ data.name }}}' 1044 1044 ); … … 1070 1070 printf( 1071 1071 /* translators: %s: Theme name. */ 1072 __( 'There is a new version of %s available, but it does n’t work with your version of WordPress.' ),1072 __( 'There is a new version of %s available, but it does not work with your version of WordPress.' ), 1073 1073 '{{{ data.name }}}' 1074 1074 ); … … 1085 1085 printf( 1086 1086 /* translators: %s: Theme name. */ 1087 __( 'There is a new version of %s available, but it does n’t work with your version of PHP.' ),1087 __( 'There is a new version of %s available, but it does not work with your version of PHP.' ), 1088 1088 '{{{ data.name }}}' 1089 1089 );
Note: See TracChangeset
for help on using the changeset viewer.