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
3adc50d290
commit
60dc2f5b11
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ if ( ! function_exists( 'storefront_credit' ) ) {
|
|||
|
||||
if ( apply_filters( 'storefront_credit_link', true ) ) {
|
||||
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>.';
|
||||
$links_output .= '<a href="https://woocommerce.com" target="_blank" title="' . esc_attr__( 'WooCommerce - The Best eCommerce Platform for WordPress', 'storefront' ) . '" rel="noreferrer">' . 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">' . esc_html__( 'Built with Storefront', 'storefront' ) . '</a>.';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue