14 lines
308 B
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> – Your database is being updated in the background.', 'woocommerce' ); ?></p>
|
||
|
</div>
|