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

14 lines
308 B
PHP

<?php
/**
* Admin View: Notice - Updating
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
?>
<div id="message" class="updated woocommerce-message wc-connect">
<p><?php _e( '<strong>WooCommerce Data Updating</strong> &#8211; Your database is being updated in the background.', 'woocommerce' ); ?></p>
</div>