mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-20 04:00:29 +08:00
Update inc/storefront-template-functions.php
Co-Authored-By: Rua Haszard <haszari@cartoonbeats.com>
This commit is contained in:
parent
80e880cc00
commit
3adc50d290
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ if ( ! function_exists( 'storefront_credit' ) ) {
|
|||
if ( storefront_is_woocommerce_activated() ) {
|
||||
$links_output .= '<a href="https://woocommerce.com" target="_blank" title="' . esc_attr__( 'WooCommerce - The Best eCommerce Platform for WordPress', 'storefront' ) . '" rel="noreferrer noopener">' . esc_html__( 'Built with Storefront & WooCommerce', 'storefront' ) . '</a>.';
|
||||
} else {
|
||||
$links_output .= '<a href="https://woocommerce.com/storefront/" target="_blank" title="' . esc_attr__( 'Storefront - The perfect platform for your next WooCommerce project.', 'storefront' ) . '" rel="noreferrer noopener">' . esc_html__( 'Built with Storefront', 'storefront' ) . '</a>.';
|
||||
$links_output .= '<a href="https://woocommerce.com/storefront/" target="_blank" title="' . esc_attr__( 'Storefront - The perfect platform for your next WooCommerce project.', 'storefront' ) . '" rel="noreferrer">' . esc_html__( 'Built with Storefront', 'storefront' ) . '</a>.';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue