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

14 lines
339 B
PHP
Raw Normal View History

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