Make WordPress Themes

Changeset 265424


Ignore:
Timestamp:
03/31/2025 05:05:06 PM (8 months ago)
Author:
themedropbox
Message:

New version of eMart Shop - 1.2.7

Location:
emart-shop/1.2.7
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • emart-shop/1.2.7/inc/class/class-footer.php

    r171836 r265424  
    124124       
    125125            /* 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>';
    127127           
    128128            $html .= '</div>';
  • emart-shop/1.2.7/style.css

    r262626 r265424  
    88Tested up to: 6.8.1
    99Requires PHP: 7.0
    10 Version: 1.2.6
     10Version: 1.2.7
    1111License: GPLv3 or later
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.