Make WordPress Themes


Ignore:
Timestamp:
02/10/2022 10:35:27 AM (4 years ago)
Author:
themedropbox
Message:

New version of Shoper - 1.3.2

Location:
shoper/1.3.2
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shoper/1.3.2/inc/class/class-footer.php

    r159695 r162437  
    109109               
    110110            /* translators: 1: developer website, 2: WordPress url  */
    111             $html  .= '<span class="dev_info">'.sprintf( esc_html__( ' %1$s By aThemeArt - Proudly powered by %2$s .', 'shoper' ), '<a href="'. esc_url( 'https://athemeart.net/downloads/shopper-best-woocommerce-theme/' ) .'" target="_blank" rel="nofollow">'.esc_html_x( 'Shoper Theme', 'credit - theme', 'shoper' ).'</a>',  '<a  href="'.esc_url( __( 'https://wordpress.org', 'shoper' ) ).'" target="_blank" rel="nofollow">'.esc_html_x( 'WordPress', 'credit to cms', 'shoper' ).'</a>' ).'</span>';
     111            $html  .= '<span class="dev_info">'.sprintf( esc_html__( ' %1$s By aThemeArt - Proudly powered by %2$s .', 'shoper' ), '<a href="'. esc_url( 'https://wordpress.org/themes/shoper/' ) .'" target="_blank" rel="nofollow">'.esc_html_x( 'Shoper Theme', 'credit - theme', 'shoper' ).'</a>',  '<a  href="'.esc_url( __( 'https://wordpress.org', 'shoper' ) ).'" target="_blank" rel="nofollow">'.esc_html_x( 'WordPress', 'credit to cms', 'shoper' ).'</a>' ).'</span>';
    112112           
    113113            $html .= '</div>';
Note: See TracChangeset for help on using the changeset viewer.