Skip to content

Commit 77501ab

Browse files
committed
[63692] Reverted comments.
1 parent ec47144 commit 77501ab

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

src/wp-content/themes/twentyfifteen/js/color-scheme-control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* global colorScheme, Color */
22
/**
3-
* Adds a listener to the Color Scheme control to update other color controls to new values/defaults.
3+
* Add a listener to the Color Scheme control to update other color controls to new values/defaults.
44
* Also trigger an update of the Color Scheme CSS when a color is changed.
55
*/
66

src/wp-content/themes/twentynineteen/sass/_normalize.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ samp {
102102
}
103103

104104
/**
105-
* Adds the correct font size in all browsers.
105+
* Add the correct font size in all browsers.
106106
*/
107107

108108
small {
@@ -306,7 +306,7 @@ textarea {
306306
========================================================================== */
307307

308308
/*
309-
* Adds the correct display in Edge, IE 10+, and Firefox.
309+
* Add the correct display in Edge, IE 10+, and Firefox.
310310
*/
311311

312312
details {

src/wp-content/themes/twentynineteen/style-rtl.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,7 @@ samp {
19811981
}
19821982

19831983
/**
1984-
* Adds the correct font size in all browsers.
1984+
* Add the correct font size in all browsers.
19851985
*/
19861986
small {
19871987
font-size: 80%;
@@ -2182,7 +2182,7 @@ textarea {
21822182
/* Interactive
21832183
========================================================================== */
21842184
/*
2185-
* Adds the correct display in Edge, IE 10+, and Firefox.
2185+
* Add the correct display in Edge, IE 10+, and Firefox.
21862186
*/
21872187
details {
21882188
display: block;

src/wp-content/themes/twentynineteen/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,7 @@ samp {
19811981
}
19821982

19831983
/**
1984-
* Adds the correct font size in all browsers.
1984+
* Add the correct font size in all browsers.
19851985
*/
19861986
small {
19871987
font-size: 80%;
@@ -2182,7 +2182,7 @@ textarea {
21822182
/* Interactive
21832183
========================================================================== */
21842184
/*
2185-
* Adds the correct display in Edge, IE 10+, and Firefox.
2185+
* Add the correct display in Edge, IE 10+, and Firefox.
21862186
*/
21872187
details {
21882188
display: block;

src/wp-content/themes/twentysixteen/js/color-scheme-control.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* global colorScheme, Color */
22
/**
3-
* Adds a listener to the Color Scheme control to update other color controls to new values/defaults.
3+
* Add a listener to the Color Scheme control to update other color controls to new values/defaults.
44
* Also trigger an update of the Color Scheme CSS when a color is changed.
55
*/
66

src/wp-content/themes/twentytwentyone/assets/css/ie.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ samp {
251251
}
252252

253253
/**
254-
* Adds the correct font size in all browsers.
254+
* Add the correct font size in all browsers.
255255
*/
256256
small {
257257
font-size: 80%;
@@ -437,7 +437,7 @@ textarea {
437437
========================================================================== */
438438

439439
/*
440-
* Adds the correct display in Edge, IE 10+, and Firefox.
440+
* Add the correct display in Edge, IE 10+, and Firefox.
441441
*/
442442
details {
443443
display: block;

src/wp-content/themes/twentytwentyone/assets/sass/03-generic/normalize.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ samp {
111111
}
112112

113113
/**
114-
* Adds the correct font size in all browsers.
114+
* Add the correct font size in all browsers.
115115
*/
116116

117117
small {
@@ -315,7 +315,7 @@ textarea {
315315
========================================================================== */
316316

317317
/*
318-
* Adds the correct display in Edge, IE 10+, and Firefox.
318+
* Add the correct display in Edge, IE 10+, and Firefox.
319319
*/
320320

321321
details {

src/wp-content/themes/twentytwentyone/style-rtl.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ samp {
434434
}
435435

436436
/**
437-
* Adds the correct font size in all browsers.
437+
* Add the correct font size in all browsers.
438438
*/
439439
small {
440440
font-size: 80%;
@@ -620,7 +620,7 @@ textarea {
620620
========================================================================== */
621621

622622
/*
623-
* Adds the correct display in Edge, IE 10+, and Firefox.
623+
* Add the correct display in Edge, IE 10+, and Firefox.
624624
*/
625625
details {
626626
display: block;

src/wp-content/themes/twentytwentyone/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ samp {
434434
}
435435

436436
/**
437-
* Adds the correct font size in all browsers.
437+
* Add the correct font size in all browsers.
438438
*/
439439
small {
440440
font-size: 80%;
@@ -620,7 +620,7 @@ textarea {
620620
========================================================================== */
621621

622622
/*
623-
* Adds the correct display in Edge, IE 10+, and Firefox.
623+
* Add the correct display in Edge, IE 10+, and Firefox.
624624
*/
625625
details {
626626
display: block;

0 commit comments

Comments
 (0)