Rodrigo Primo
24cc92e67a
Fix Squiz.PHP.EmbeddedPhp violations
...
This commit fixes all violations of the Squiz.PHP.EmbeddedPhp sniff automatically using phpcbf.
2019-12-20 15:06:29 -03:00
Claudio Sanches
9cfde9caf4
Updated template docblocks
2019-08-12 11:06:18 -03:00
Mike Jolley
2724fd76cd
Merge pull request #22017 from Bradley-D/feature/wpcs-inline-php
...
WPCS: inline PHP semicolon and spacing
2019-01-07 12:47:08 +00:00
Bradley Davis
e97204a483
Removed @author tag from docbloc in the template files
2018-12-06 12:13:39 -02:00
Bradley Davis
7481af8614
[ UPDATE ] inline PHP semicolon and spacing
2018-11-22 20:37:14 +10:00
opportus
5535da6a5b
improved structured data - added generate_output_structured_data() method
...
| modified some methods names | few other tweaks
2016-08-15 00:39:01 +02:00
opportus
27befde3bd
improved structured data - tabulation fix - revision1
2016-08-11 12:35:03 +02:00
opportus
b61aae01bf
improved structured data - email order structured data integration +
...
WC_Structured_Data refactor + coding standards tweaks
2016-08-11 00:23:26 +02:00
opportus
b59d512774
improved structured data - patch2 - merge conflict fix
2016-07-19 22:42:24 +02:00
Claudio Sanches
14eeee15ee
Welcome to docs.woocommerce.com
2016-07-19 07:30:31 -03:00
opportus
d74a3408b3
improved structured data
2016-07-17 04:57:03 +02:00
Claudio Sanches
e39274e753
HTTPS for everybody
2016-05-26 22:48:49 -03:00
Mike Jolley
9d1abd8a10
Bump version
2016-04-21 17:23:47 +01:00
James Koster
850134fc20
Makes the review template easier to customise without forcing a template override. #10339
...
* Adds `woocommerce_review_before`,
`woocommerce_review_before_comment_meta`, `woocommerce_review_meta` and
`woocommerce_review_comment_text` actions.
* Adds `woocommerce_review_display_gravatar()`,
`woocommerce_review_display_rating()`,
`woocommerce_review_display_meta()` and
`woocommerce_review_display_comment_text()` template functions.
* Adds template files for review rating and meta.
2016-03-07 15:33:47 +00:00
Mike Jolley
bd4c90dbec
Docblocks
...
Fixes #10336
2016-02-12 11:28:44 +00:00
mitogh
d3804dc16c
Forece strict comparisons on single products template
2015-11-14 20:31:23 -06:00
Claudio Sanches
5893875b0c
Removed period for file headers
2015-11-03 11:53:50 -02:00
Claudio Sanches
ee30b5b308
Fixed php docs standards
2015-11-03 11:31:20 -02:00
Claudio Sanches
ad29047d3c
Created woocommerce_review_before_comment_text hook on templates/single-product/review.php #9432
2015-10-27 11:13:22 -02:00
Claudio Sanches
e9fb395471
Introduce two new actions on templates/single-product/review.php
...
New actions:
- woocommerce_review_before_comment_meta
- woocommerce_review_after_comment_text
Closes #9432
2015-10-26 13:36:02 -02:00
Jeff Stieler
58ec17f76d
Use new review verification status retrieval method on single review template and in APIs.
2015-10-20 22:05:17 -06:00
Jeff Stieler
cfdef778bf
Use review comment meta to determine if the customer bought the product.
2015-10-20 22:03:29 -06:00
Caleb Burks
ee2757c08f
Specific template override paths
2015-10-03 02:58:08 -05:00
Mike Jolley
de4a80f950
Add disclaimer to template files
...
Closes #8942
2015-10-01 16:07:35 +02:00
Mike Jolley
1a9336a4dc
[2.3] Remove email alt text from get_avatar
...
Closes #8152
2015-05-13 13:46:03 +01:00
Nicola Mustone
94fa49655f
using wc_date_format
2015-04-13 17:58:03 +02:00
Nicola Mustone
cf89d78b7d
removing localization
2015-04-13 17:56:41 +02:00
Mike Jolley
560a6bec87
Correct review itemprop Closes #7587
2015-03-02 10:34:23 +00:00
Nicola Mustone
7aeb9d27bb
Retrive reviewers avatar using the email
...
Using the email will fix the wrong avatar issue occurring while creating manually the review from the admin panel.
2014-12-08 12:07:22 +01:00
shivapoudel
61430e1515
Absolute path should have curly braces - part 2
2014-09-22 22:22:57 +05:45
splashingpixels
454b97080a
coding standards fixes
2014-01-22 20:36:24 -08:00
splashingpixels
b16d5195c8
coding standards fixes
2014-01-14 21:53:37 -08:00
Coen Jacobs
1663eafb68
Customer functions woocommerce to wc refactor
2013-11-25 13:52:53 +01:00
James Koster
719acf5104
review gravatar size filterable & added alt text
2013-08-05 13:54:27 +01:00
Mike Jolley
9f1c14c682
Tidied comment styling and only show stars if set Closes #2906 .
2013-07-31 09:44:28 +01:00
Daniel Espinoza
eb6dfe9ad4
Changes to template files that were causing validation errors.
2013-04-05 21:56:36 -05:00
Mike Jolley
192a8c5421
star ratings without images.
2013-01-14 10:51:06 +00:00
James Koster
1622b7b2b7
consistent title on rating
2013-01-02 12:06:15 +00:00
James Koster
e1970c497b
consistent titles on star ratings
2012-12-17 14:48:19 +00:00
James Koster
8044d8c2af
verified owner class
2012-12-10 11:48:50 +00:00
Mike Jolley
b1ec4b289a
Nuked whitespace. Closes #1846 .
2012-11-27 16:22:47 +00:00
jorijnsmit
02261e975c
Update templates/single-product/review.php
...
Replaced hard coded date format with get_option('date_format') so that date format from admin panel is used instead.
(woohoo, my first Github contribution :-))
2012-11-19 21:43:11 +01:00
Coen Jacobs
80fc5fc086
[3.2.3] Templates XSS #1575
2012-10-16 17:35:16 +02:00
Mike Jolley
8c3ad31c07
Localisation spacing.
2012-10-16 10:45:33 +01:00
Coen Jacobs
943091d2ca
[3.1.4] Prevent direct access to files #1575
2012-10-15 12:57:58 +02:00
Mike Jolley
e61c152a7c
disable ratings option. Closes #1503 .
2012-09-21 21:21:50 +01:00
Mike Jolley
ef7ec98f2e
templates
2012-08-14 23:43:54 +01:00
Mike Jolley
2b9a03db2c
"verified owner" label for customer reviews. Closes #294 .
2012-07-11 18:48:22 +01:00
Mike Jolley
0ca05faf52
localised date
2012-02-24 17:28:13 +00:00
Mike Jolley
3b5272e72e
Improved template loader
2012-02-03 16:42:21 +00:00