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