Changeset 232694
- Timestamp:
- 06/24/2024 04:29:19 PM (17 months ago)
- Location:
- emart-shop/1.2.0
- Files:
-
- 5 edited
- 1 copied
-
. (copied) (copied from emart-shop/1.1.9)
-
inc/class/class-header.php (modified) (1 diff)
-
inc/starter-content.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
style.css (modified) (1 diff)
-
woocommerce/loop/add-to-cart.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
emart-shop/1.2.0/inc/class/class-header.php
r227914 r232694 178 178 179 179 } 180 if ( display_header_text() == true ){180 if ( display_header_text() == true && get_option('fresh_site') != true ){ 181 181 182 182 $html .= '<h3><a href="'.esc_url( home_url( '/' ) ).'" rel="home" class="site-title">'; -
emart-shop/1.2.0/inc/starter-content.php
r227914 r232694 481 481 'theme_mods' => array( 482 482 'custom_logo' => '{{logo}}', 483 'header_textcolor' => 'blank',484 483 'dialogue_text' => esc_html__('Your Trusted 24 Hours Service Provider!','emart-shop'), 485 484 '__fb_pro_link' =>'https://www.facebook.com/', -
emart-shop/1.2.0/readme.txt
r227914 r232694 112 112 == Upgrade Notice == 113 113 114 = 1.2.0 = 115 * WooCommerce add to cart out of date issue 116 114 117 = 1.1.9 = 115 118 * Add Starter Content -
emart-shop/1.2.0/style.css
r227914 r232694 8 8 Tested up to: 5.8.1 9 9 Requires PHP: 7.0 10 Version: 1. 1.910 Version: 1.2.0 11 11 License: GPLv3 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
emart-shop/1.2.0/woocommerce/loop/add-to-cart.php
r171836 r232694 13 13 * @see https://docs.woocommerce.com/document/template-structure/ 14 14 * @package WooCommerce\Templates 15 * @version 3.3.015 * @version 9.3.0 16 16 */ 17 17
Note: See TracChangeset
for help on using the changeset viewer.