Changeset 162437 for shoper/1.3.2/inc/class/class-footer.php
- Timestamp:
- 02/10/2022 10:35:27 AM (4 years ago)
- Location:
- shoper/1.3.2
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from shoper/1.3.1)
-
inc/class/class-footer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shoper/1.3.2/inc/class/class-footer.php
r159695 r162437 109 109 110 110 /* 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>'; 112 112 113 113 $html .= '</div>';
Note: See TracChangeset
for help on using the changeset viewer.