Update rating text
Based on feedback from Marina and James, cc @bftrick
This commit is contained in:
parent
16eb1facd9
commit
1785d48096
|
@ -152,7 +152,7 @@ class WC_Admin {
|
||||||
// Check to make sure we're on a WooCommerce admin page
|
// Check to make sure we're on a WooCommerce admin page
|
||||||
if ( isset( $current_screen->id ) && apply_filters( 'woocommerce_display_admin_footer_text', in_array( $current_screen->id, wc_get_screen_ids() ) ) ) {
|
if ( isset( $current_screen->id ) && apply_filters( 'woocommerce_display_admin_footer_text', in_array( $current_screen->id, wc_get_screen_ids() ) ) ) {
|
||||||
// Change the footer text
|
// Change the footer text
|
||||||
$footer_text = sprintf( __( 'Please rate <strong>WooCommerce</strong> <a href="%1$s" target="_blank">★★★★★</a> on <a href="%1$s" target="_blank">WordPress.org</a> to help us keep this plugin free. A huge thank you from WooThemes in advance!', 'woocommerce' ), 'https://wordpress.org/support/view/plugin-reviews/woocommerce?filter=5#postform' );
|
$footer_text = sprintf( __( 'If you like <strong>WooCommerce</strong> please leave us a <a href="%1$s" target="_blank">★★★★★</a> rating on <a href="%1$s" target="_blank">WordPress.org</a>. A huge thank you from WooThemes in advance!', 'woocommerce' ), 'https://wordpress.org/support/view/plugin-reviews/woocommerce?filter=5#postform' );
|
||||||
}
|
}
|
||||||
|
|
||||||
return $footer_text;
|
return $footer_text;
|
||||||
|
|
Loading…
Reference in New Issue