2014-06-04 16:01:38 +00:00
< ? php
2014-07-28 14:50:11 +00:00
/**
* Admin View : Notice - Translation Upgrade
*/
2014-07-28 15:16:35 +00:00
if ( ! defined ( 'ABSPATH' ) ) {
exit ; // Exit if accessed directly
}
2014-07-28 14:50:11 +00:00
2014-06-04 16:01:38 +00:00
?>
2014-07-28 14:50:11 +00:00
2014-06-04 16:01:38 +00:00
< div id = " message " class = " updated woocommerce-message wc-connect " >
2014-09-04 10:38:36 +00:00
< p >< ? php printf ( __ ( '<strong>WooCommerce Translation Available</strong> – Install or update your <code>%s</code> translation to version <code>%s</code>.' , 'woocommerce' ), get_locale (), WC_VERSION ); ?> </p>
< p >< a href = " <?php echo wp_nonce_url( add_query_arg( array( 'action' => 'do-translation-upgrade' ), admin_url( 'update-core.php' ) ), 'upgrade-translations' ); ?> " class = " button-primary " >< ? php printf ( __ ( 'Update translation' , 'woocommerce' ), get_locale () ); ?> </a></p>
2014-06-04 16:01:38 +00:00
</ div >