Ticket #64843: 64843.patch
| File 64843.patch, 5.1 KB (added by , 5 months ago) |
|---|
-
wp-admin/includes/update.php
523 523 if ( ! current_user_can( 'update_plugins' ) ) { 524 524 printf( 525 525 /* translators: 1: Plugin name, 2: Details URL, 3: Additional link attributes, 4: Version number. */ 526 __( 'There is a new version of %1$savailable. <a href="%2$s" %3$s>View version %4$s details</a>.' ),526 __( 'There is a new version of <strong>%1$s</strong> available. <a href="%2$s" %3$s>View version %4$s details</a>.' ), 527 527 $plugin_name, 528 528 esc_url( $details_url ), 529 529 sprintf( … … 536 536 } elseif ( empty( $response->package ) ) { 537 537 printf( 538 538 /* translators: 1: Plugin name, 2: Details URL, 3: Additional link attributes, 4: Version number. */ 539 __( 'There is a new version of %1$savailable. <a href="%2$s" %3$s>View version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>' ),539 __( 'There is a new version of <strong>%1$s</strong> available. <a href="%2$s" %3$s>View version %4$s details</a>. <em>Automatic update is unavailable for this plugin.</em>' ), 540 540 $plugin_name, 541 541 esc_url( $details_url ), 542 542 sprintf( … … 550 550 if ( $compatible_php ) { 551 551 printf( 552 552 /* translators: 1: Plugin name, 2: Details URL, 3: Additional link attributes, 4: Version number, 5: Update URL, 6: Additional link attributes. */ 553 __( 'There is a new version of %1$savailable. <a href="%2$s" %3$s>View version %4$s details</a> or <a href="%5$s" %6$s>update now</a>.' ),553 __( 'There is a new version of <strong>%1$s</strong> available. <a href="%2$s" %3$s>View version %4$s details</a> or <a href="%5$s" %6$s>update now</a>.' ), 554 554 $plugin_name, 555 555 esc_url( $details_url ), 556 556 sprintf( … … 569 569 } else { 570 570 printf( 571 571 /* translators: 1: Plugin name, 2: Details URL, 3: Additional link attributes, 4: Version number 5: URL to Update PHP page. */ 572 __( 'There is a new version of %1$savailable, 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>.' ),572 __( 'There is a new version of <strong>%1$s</strong> 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>.' ), 573 573 $plugin_name, 574 574 esc_url( $details_url ), 575 575 sprintf(
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)