woocommerce/includes/admin/views/html-notice-updating.php

17 lines
477 B
PHP
Raw Normal View History

2016-05-11 11:43:35 +00:00
<?php
/**
* Admin View: Notice - Updating
2018-06-07 12:40:12 +00:00
*
* @package WooCommerce\Admin
2016-05-11 11:43:35 +00:00
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div id="message" class="updated woocommerce-message wc-connect">
2018-06-07 12:40:12 +00:00
<p>
<strong><?php esc_html_e( 'WooCommerce database update', 'woocommerce' ); ?></strong> &#8211; <?php esc_html_e( 'WooCommerce is updating the database in the background. The database update process may take a little while, so please be patient.', 'woocommerce' ); ?>
2018-06-07 12:40:12 +00:00
</p>
2016-05-11 11:43:35 +00:00
</div>