Changeset 265424
- Timestamp:
- 03/31/2025 05:05:06 PM (8 months ago)
- Location:
- emart-shop/1.2.7
- Files:
-
- 2 edited
- 1 copied
-
. (copied) (copied from emart-shop/1.2.6)
-
inc/class/class-footer.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
emart-shop/1.2.7/inc/class/class-footer.php
r171836 r265424 124 124 125 125 /* translators: 1: developer website, 2: WordPress url */ 126 $html .= '<span class="dev_info">'.sprintf( esc_html__( 'Theme : %1$s By aThemeArt', 'emart-shop' ), '<a href="'. esc_url( 'https://athemeart.com/downloads/emart-multipurpose-woocommerce-theme/' ) .'" target="_blank" rel="nofollow">'.esc_html_x( 'emart-shop', 'credit - theme', 'emart-shop' ).'</a>', '<a href="'.esc_url( __( 'https://wordpress.org', 'emart-shop' ) ).'" target="_blank" rel="nofollow">'.esc_html_x( 'WordPress', 'credit to cms', 'emart-shop' ).'</a>' ).'</span>';126 $html .= '<span class="dev_info">'.sprintf( esc_html__( 'Theme : %1$s By %2$s', 'emart-shop' ), '<a href="'. esc_url( 'https://wordpress.org/themes/emart-shop/' ) .'" target="_blank" rel="nofollow">'.esc_html_x( 'eMart Shop', 'theme name', 'emart-shop' ).'</a>', '<a href="'.esc_url( __( 'https://athemeart.com/', 'emart-shop' ) ).'" target="_blank" rel="nofollow">'.esc_html_x( 'aThemeArt', 'credit to author', 'emart-shop' ).'</a>' ).'</span>'; 127 127 128 128 $html .= '</div>'; -
emart-shop/1.2.7/style.css
r262626 r265424 8 8 Tested up to: 6.8.1 9 9 Requires PHP: 7.0 10 Version: 1.2. 610 Version: 1.2.7 11 11 License: GPLv3 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.