David A. Kennedy
df40a3da23
Update README.md to be consistent with new file name
...
See #1064
2017-06-09 15:22:15 -04:00
David A. Kennedy
bfa0b9a024
Merge pull request #1111 from grappler/feature/1064-extras
...
Replace extras.php with template-functions.php to make the file name more useful
Fixes #1064
2017-06-09 15:17:42 -04:00
David A. Kennedy
cc7ca98ab4
Merge pull request #1034 from joshmcrty/master
...
Update .site-title styles instead of anchor in customizer script.
Closes #990
2017-06-09 15:00:38 -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
458a207fe5
Update WordPress version and copyright date
2017-06-09 12:32:15 -04:00
David A. Kennedy
b28c6d6ca2
Merge pull request #1110 from davidakennedy/master
...
Switch versions of PHP Code Sniffer for build process
2017-06-09 12:10:54 -04:00
David A. Kennedy
521b475f3b
Switch versions of PHP Code Sniffer for build process
...
* Switches to 2.9 branch to avoid failed builds for now.
See: https://github.com/Automattic/_s/issues/1067#issuecomment-307258832
See #1079
2017-06-09 12:03:55 -04: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
David A. Kennedy
923d8f1f6a
Merge pull request #1099 from jrfnl/feature/fix-code-obfuscation
...
Code obfuscation: Fix assignment within a condition
2017-06-09 11:23:59 -04:00
David A. Kennedy
97eb58a129
Merge pull request #1012 from jrfnl/feature/fix-i18n-issue
...
Fix translatability of comments title
2017-06-08 19:37:17 -04:00
David A. Kennedy
f0867cf9b5
Merge pull request #1084 from mrwweb/theme-team-contrib
...
Clarify who maintains _s
2017-06-08 19:21:11 -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
mrwweb
37265f3b86
clarify who maintains _s and standardize returns in CONTRIBUTING.md
2017-02-09 08:41:27 -08:00
Tammie Lister
b330bbaba7
Fix the issue with naming after merge
2016-12-24 23:28:36 +00:00
jrfnl
70a365e81b
Regenerated the .pot file to be in line with recent textual changes.
2016-12-23 16:09:59 +01:00
jrfnl
fd701834ff
Add translator comments as the strings contain variables.
2016-12-23 15:59:15 +01:00
Tammie Lister
8c6cffc799
Merge pull request #906 from ardalann/patch-1
...
Update the replace example in README.md
2016-12-23 14:56:56 +00:00
Tammie Lister
44710f2b5e
Merge pull request #989 from p0o/p0o-patch-1
...
Adding License
2016-12-23 14:53:59 +00: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
jrfnl
8dbca77003
Fix translatability of comments title.
...
As per the guidelines in https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals
This fixes an error notice which WPCS will start throwing once the - soon to be released - 0.10.0 version has become stable.
2016-12-23 15:47:35 +01:00
Tammie Lister
9700947f74
Merge pull request #1018 from mrwweb/tux-menu-naming
...
Change primary menu idea to menu-1: props @mrwweb
2016-12-23 14:40:15 +00:00
Tammie Lister
9f60f7dc41
Merge pull request #1024 from joviczarko/RemoveButtonShadow
...
Remove Button Shadow Styling: props @joviczarko
I agree that this is a good latest update. Many remove this anyway.
2016-12-23 14:36:43 +00:00
Tammie Lister
69cdd5361c
Merge pull request #1049 from samikeijonen/issue/994
...
Add theme support for selective refresh for widgets: props @samikeijonen
2016-12-23 14:31:19 +00:00
Tammie Lister
e38cfc29bc
Merge pull request #1052 from samikeijonen/issue/1045
...
Remove aria-haspopup: props @samikeijonen
2016-12-23 14:30:14 +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
Tammie Lister
33a777556f
Merge pull request #1053 from samikeijonen/issue/1046
...
Fix skip link focus for IE11: props @samikeijonen
2016-12-23 14:26:19 +00:00
Tammie Lister
efab129e42
Merge pull request #1054 from samikeijonen/issue/1047
...
Add word-wrap: normal to screen-reader text class: props @samikeijonen
2016-12-23 14:24:59 +00:00
Tammie Lister
59fc136158
Merge pull request #991 from grappler/custom-header
...
Remove deprecated constant HEADER_TEXTCOLOR : props @grappler
2016-12-23 14:22:52 +00:00
Tammie Lister
45be24e7ce
Merge pull request #1006 from marcinkrzeminski/master
...
Translation fix for a comment string
2016-12-23 12:35:39 +00:00
Tammie Lister
dd1f7366df
Merge pull request #1008 from B-07/patch-3
...
Automattic url http to https
2016-12-23 12:33:29 +00:00
Tammie Lister
7c06a2c2dd
Merge pull request #1003 from B-07/patch-1
...
Update Normalize site link
2016-12-23 12:32:38 +00:00
Tammie Lister
c2b1216556
Merge pull request #1011 from jrfnl/feature/travis-tweaks
...
Minor automated testing tweaks.
2016-12-23 12:26:45 +00:00
Tammie Lister
80fd6d27eb
Merge pull request #1007 from B-07/patch-2
...
Fix typo
2016-12-23 12:21:26 +00:00
Tammie Lister
e39f5e55db
Merge pull request #1009 from B-07/patch-4
...
Add end comment
2016-12-23 12:20:57 +00:00
Tammie Lister
50af2ac2f3
Merge pull request #1026 from B-07/patch-7
...
Remove period from file header
2016-12-23 12:20:41 +00:00
Tammie Lister
bd858e4e96
Merge pull request #1028 from B-07/master
...
Remove period from file header
2016-12-23 12:19:50 +00:00
Tammie Lister
f61e3e49d0
Merge pull request #1036 from B-07/patch-8
...
Fix typo and update link
2016-12-23 12:18:58 +00:00
Tammie Lister
9c8fa1e9bb
Merge pull request #1056 from emiluzelac/patch-50
...
Bumping the long overdue (Tested up to:) version number.
2016-12-23 12:17:55 +00:00
Emil Uzelac
68b0b9c261
Bumping the long overdue (Tested up to:) version number.
...
Super minor version update :)
2016-12-19 15:25:45 -06:00
Sami Keijonen
2370c59676
Use the_header_image_tag() function.
2016-11-27 12:57:24 +02:00
Sami Keijonen
fd3ce55c50
Add word-wrap: normal to screen-reader text class.
2016-11-26 19:47:32 +02:00
Sami Keijonen
9a988eae35
Fix skip link focus.
2016-11-26 19:42:51 +02:00
Sami Keijonen
25abf6d66f
Remove aria-haspopup.
2016-11-26 19:35:00 +02:00
Sami Keijonen
31a9e90437
Remove link around header image.
2016-11-26 19:26:12 +02:00
Sami Keijonen
4aa1e19a5a
Add missing " after automattic.com. What am I doing here:)
2016-11-26 19:24:15 +02:00
Sami Keijonen
7d5e943597
Add rel="designer" back in for master branch.
2016-11-26 19:16:25 +02:00