Changeset 162437
- Timestamp:
- 02/10/2022 10:35:27 AM (4 years ago)
- Location:
- shoper/1.3.2
- Files:
-
- 2 edited
- 1 copied
-
. (copied) (copied from shoper/1.3.1)
-
inc/class/class-footer.php (modified) (1 diff)
-
style.css (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>'; -
shoper/1.3.2/style.css
r159695 r162437 7 7 8 8 Requires at least: 5.0 9 Tested up to: 5. 8.49 Tested up to: 5.9.4 10 10 Requires PHP: 7.0 11 Version: 1.3. 111 Version: 1.3.2 12 12 License: GPLv3 or later 13 13 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.