Commit Graph

23 Commits

Author SHA1 Message Date
Ismail El Korchi 0e3209dfca removes columns wrapper and hardcoded values from woocommerce
Adjust default values
2020-04-10 22:08:31 +01:00
Ismail El Korchi f94fc1e59b Fix PHP, CSS AND JS coding standards 2020-04-05 21:49:27 +01:00
Ismail El Korchi 04ead0d757
Merge pull request #1385 from wpamitkumar/wpamitkumar
Update reference link URL & Fix Typo Error.
2020-03-28 12:31:21 +01:00
Amit Dudhat 72013c79c0 Update reference link URL & Fix Typo Error. 2020-03-28 16:03:01 +05:30
Arnab Wahid bf61e8ffbe Bottom margin in image alignment
As proposed in #1273, `margin-botom: 1.5em;` added to all three image alignment classes.

tab line 178 inc/woocommerce.php

tab line 61 inc/custom-header.php
2018-06-27 13:59:10 +05:30
jrfnl eb091acf66 CS: reformat a very long line
This line was quite unreadable.

Additionally, it was using the "heavy" `wp_kses_data()` function to escape item count phrase, while that phrase should not contain HTML in the first place and therefore can use the lighter `esc_html()` function to do the output escaping.
2018-02-27 14:34:55 +01:00
jrfnl ec877e48c3 CS: fix up embedded PHP inconsistencies introduced in the mean time. 2018-02-27 14:34:54 +01:00
Tiago Noronha 24b0596c71 Load WooCommerce Star fonts via inline styles. 2017-08-28 22:15:22 +01:00
Tiago Noronha 48ed0b7e11 Add commas to each array value. 2017-08-18 19:13:21 +01:00
Tiago Noronha 7cb40fa6ce Associative arrays keys should start on a new line. 2017-08-18 19:09:44 +01:00
Tiago Noronha f26859169b Tweaks to docblocks. 2017-08-18 19:03:03 +01:00
Tiago Noronha b87901e508 Add link to new product gallery documentation. 2017-08-18 18:53:02 +01:00
Tiago Noronha 4081a62eae Tweak mini cart implementation comment. 2017-08-07 00:14:51 +01:00
Tiago Noronha d9ad954cdf Move mini cart implementation example inside woocommerce.php 2017-08-07 00:06:52 +01:00
Tiago Noronha 579ad2eeea Second arg of the_widget is an array. 2017-08-07 00:04:22 +01:00
Tiago Noronha e72ba5b291 Remove global variable. 2017-08-07 00:00:35 +01:00
Tiago Noronha b0a272a755 Merge array with wp_parse_args. 2017-08-06 23:55:29 +01:00
Tiago Noronha 3e5f77d27c Remove unnecessary filters. 2017-08-06 23:49:25 +01:00
Tiago Noronha 115319d206 Remove extra line break between the function and the hook. 2017-08-06 23:46:41 +01:00
Tiago Noronha bf725e430f Replace see with @link 2017-08-06 23:44:38 +01:00
Tiago Noronha ee3aa735cf Move translators comment to the correct line. 2017-08-01 16:06:15 +01:00
Tiago Noronha 46a41b2042 Newlines, data validation, and translators comment. 2017-08-01 15:42:22 +01:00
Tiago Noronha 27e68252f6 Basic WooCommerce Integration. 2017-08-01 14:21:13 +01:00