Ticket #53020: plugin-install.diff
| File plugin-install.diff, 769 bytes (added by , 5 years ago) |
|---|
-
wp-admin/includes/plugin-install.php
880 880 break; 881 881 case 'newer_installed': 882 882 /* translators: %s: Plugin version. */ 883 echo '<a class="button button-primary right disabled">' . sprintf( __( 'Newer Version (%s) Installed' ), $status['version']) . '</a>';883 echo '<a class="button button-primary right disabled">' . sprintf( __( 'Newer Version (%s) Installed' ), esc_html($status['version']) ) . '</a>'; 884 884 break; 885 885 case 'latest_installed': 886 886 echo '<a class="button button-primary right disabled">' . __( 'Latest Version Installed' ) . '</a>';
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)