Commit Graph

223 Commits

Author SHA1 Message Date
jrfnl 54ad32a598 🔖 CS: whitelist two global variable overrides
The one in `functions.php` can be considered a bug in WPCS and has been reported as such.
Once that issue is fixed, the whitelisting can be removed.

The one in `inc/wpcom.php` will need to remain as WPCS does not keep track of globals introduced by wpcom.
2018-02-27 14:34:53 +01:00
Laurel 388951f1ee
Merge pull request #1226 from Ismail-elkorchi/_s_posted
Split _s_posted_on into two functions
2018-01-26 09:50:01 -08:00
Laurel 115dd8209c
Merge pull request #1158 from Automattic/add-featured-image-content-options
_s: Add featured images to Post and Pages with the ability to hide them via Content Options.
2017-12-13 09:17:23 -08:00
laurelfulford c6427768ef Update array using associative keys to have each value on a new line. 2017-12-12 15:26:47 -10:00
Thomas Guillot 2a1a954b98 Replace `'echo=0'` with `array( 'echo' => false )` and remove duplicate function 2017-10-30 10:57:58 +00:00
Ismail El Korchi 2d74ebd7c9 Split _s_posted_on into two functions 2017-10-29 15:31:22 +00:00
Thomas Guillot ce47408461 Remove `aria-hidden` attribute from the post thumbnail link 2017-09-28 16:00:04 +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 5d5eb2105d Newline character. 2017-08-18 19:10:10 +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
Thomas Guillot 92bcf64ba4 Merge remote-tracking branch 'origin/add-featured-image-content-options' into add-featured-image-content-options 2017-08-03 12:44:05 +01:00
Thomas Guillot 387df73308 _s: Add featured images to Post and Pages with the ability to hide them via Content Options.
_s: Fix Travis CI error

_s: Add missing coma in array
2017-08-03 12:40:39 +01:00
Thomas Guillot 10b9a6673a _s: Add featured images to Post and Pages with the ability to hide them via Content Options.
_s: Fix Travis CI error

_s: Add missing coma in array
2017-08-03 10:50:32 +01:00
Tiago Noronha ee3aa735cf Move translators comment to the correct line. 2017-08-01 16:06:15 +01:00
Tiago Noronha 14d29b036d Add missing PHP opening and closing tags. 2017-08-01 15:55:25 +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
Truong Giang 9fcb8dab40 Correct code indentation 2017-07-27 00:37:56 +07:00
Siddharth Thevaril d1f1f30983 Replace underscore with hyphen (#1163)
Fixes #1160
2017-07-07 19:11:38 -04:00
Sami Keijonen ef422bc160 Add selective refresh for site title and description. (#1063)
Fixes #995.
2017-06-28 17:50:48 -04:00
Ulrich Pogson c71baced96 Correct code indention (#1135) 2017-06-26 16:06:01 -04:00
Thomas Guillot d3ab4c0da4 _s: Add basic support for Content Options Post Details (#1131)
* _s: Add basic support for Content Options Post Details

This allows us to always display the category and author since it can
be hidden via Customizer -> Content Options

We don’t need to check for `is_multi_author` or `_s_categorized_blog()`
anymore.
2017-06-23 12:00:39 -04:00
jrfnl 7b8db5678f Move pingback function back to the `template-functions` file. 2017-06-16 01:17:42 +02:00
David A. Kennedy 1e9b0c686e Fix build errors related to #1066
Tweak #1066 to fix build errors

Adjust location of placeholder text
2017-06-09 16:29:17 -04:00
David A. Kennedy 3aa7934d56 Merge pull request #1066 from yoavf/fix/edit-post-link-i18n
Prevent broken translations in some locales for the edit post link
2017-06-09 15:46:16 -04:00
David A. Kennedy ba3966924f Merge pull request #1078 from mtomas7/patch-1
Allow category display in post preview even when only one category
2017-06-09 15:36:46 -04:00
Ulrich Pogson 118dc76631 Replace extras.php with template-functions.php
fixes #1064
2017-06-09 20:37:13 +02:00
David A. Kennedy 812fefd66e Merge pull request #1101 from jrfnl/feature/i18n-and-code-layout
I18n and code layout improvements.

* Fixes missing /* translators */ comments for translatable text strings containing placeholders.
* Fixes infractions against the "For associative arrays, values should start on a new line." code style rule.
2017-06-09 11:51:46 -04:00
David A. Kennedy d2b58f60fe Merge pull request #1100 from jrfnl/feature/i18n-translation-call-context
I18n: Fix a translation call for a text string which needs context
2017-06-09 11:25:37 -04:00
jrfnl a65be48368 CS: Fix code layout of nested function calls with associative arrays. 2017-04-03 00:46:36 +02:00
jrfnl 8cefd8f258 I18n: ensure all text strings with placeholders have translators comments. 2017-04-03 00:46:24 +02:00
jrfnl 9c0cb095c7 Code obfuscation: Fix assignment within a condition 2017-04-03 00:44:57 +02:00
jrfnl 5c27fded17 I18n: Fix a translation call for a text string which needs context 2017-04-03 00:39:36 +02:00
Tomas M dfab67a260 Allow category display in post preview even when only one category
Via: https://core.trac.wordpress.org/changeset/40023
2017-01-31 12:54:55 -06:00
Yoav Farh 5a2f2893da santize translation 2017-01-03 20:27:16 +02:00
Yoav Farh 1f1def7496 update comment 2017-01-03 18:23:33 +02:00
Yoav Farh b3287e9b58 Make sure the translation of the post editing link doesn't break because of screen reader text 2017-01-03 18:14:17 +02:00
Tammie Lister 6e04a5f802 Merge pull request #1035 from bjorn2404/master
The header change to use a get_bloginfo : props @bjorn2404 
Can you please make sure you explain beyond just using technical calls.
2016-12-23 14:48:15 +00:00
Tammie Lister 3c7fe6f91e Merge pull request #1051 from samikeijonen/issue/1041
Remove link around header image: props @samikeijonen
2016-12-23 14:29:25 +00:00