Small markup change

This commit is contained in:
Mike Jolley 2012-02-25 21:21:21 +00:00
parent 7f3b8b7ea3
commit d2f8602e50
1 changed files with 3 additions and 4 deletions

View File

@ -160,11 +160,10 @@ function woocommerce_dashboard_widget_right_now() {
</div>
<div class="versions">
<span id="wp-version-message">
<?php printf( __( 'You are using <span class="b">WooCommerce %s</span>.', 'woocommerce' ), WOOCOMMERCE_VERSION ); ?>
</span>
<p id="wp-version-message">
<?php printf( __( 'You are using <span class="b">WooCommerce %s</span>.', 'woocommerce' ), $woocommerce->version ); ?>
</p>
</div>
<br class="clear" />
<?php
}