This commit is contained in:
Mike Jolley 2017-08-08 17:21:01 +01:00
parent e82ca1c1a6
commit c486cea531
1 changed files with 1 additions and 7 deletions

View File

@ -31,13 +31,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<?php endforeach ?>
</ul>
<p><?php
/* translators: %s: version number */
printf(
__( 'This is a major update. Please update these extensions before proceeding or you may experience issues. We also recommend making a site backup.', 'woocommerce' ),
esc_html( $new_version )
);
?></p>
<p><?php esc_html_e( 'This is a major update. Please update these extensions before proceeding or you may experience issues. We also recommend making a site backup.', 'woocommerce' ); ?></p>
<?php if ( current_user_can( 'update_plugins' ) ): ?>
<div class="actions">