Skip to content

Commit ec47144

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

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

src/wp-content/themes/twentyfifteen/js/functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
} )();
9393

9494
/**
95-
* Adds or remove ARIA attributes.
95+
* Add or remove ARIA attributes.
9696
*
9797
* Uses jQuery's width() function to determine the size of the window and add
9898
* the default ARIA attributes for the menu toggle if it's visible.

src/wp-content/themes/twentyfourteen/js/functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
} );
9696

9797
/**
98-
* Adds or remove ARIA attributes.
98+
* Add or remove ARIA attributes.
9999
*
100100
* Uses jQuery's width() function to determine the size of the window and add
101101
* the default ARIA attributes for the menu toggle if it's visible.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ abbr[title] {
8181
}
8282

8383
/**
84-
* Adds the correct font weight in Chrome, Edge, and Safari.
84+
* Add the correct font weight in Chrome, Edge, and Safari.
8585
*/
8686

8787
b,
@@ -161,7 +161,7 @@ textarea {
161161
}
162162

163163
/**
164-
* Shows the overflow in IE.
164+
* Show the overflow in IE.
165165
* 1. Show the overflow in Edge.
166166
*/
167167

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,7 @@ abbr[title] {
19601960
}
19611961

19621962
/**
1963-
* Adds the correct font weight in Chrome, Edge, and Safari.
1963+
* Add the correct font weight in Chrome, Edge, and Safari.
19641964
*/
19651965
b,
19661966
strong {
@@ -2038,7 +2038,7 @@ textarea {
20382038
}
20392039

20402040
/**
2041-
* Shows the overflow in IE.
2041+
* Show the overflow in IE.
20422042
* 1. Show the overflow in Edge.
20432043
*/
20442044
button,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,7 @@ abbr[title] {
19601960
}
19611961

19621962
/**
1963-
* Adds the correct font weight in Chrome, Edge, and Safari.
1963+
* Add the correct font weight in Chrome, Edge, and Safari.
19641964
*/
19651965
b,
19661966
strong {
@@ -2038,7 +2038,7 @@ textarea {
20382038
}
20392039

20402040
/**
2041-
* Shows the overflow in IE.
2041+
* Show the overflow in IE.
20422042
* 1. Show the overflow in Edge.
20432043
*/
20442044
button,

src/wp-content/themes/twentythirteen/js/functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
} )();
7676

7777
/**
78-
* Adds or remove ARIA attributes.
78+
* Add or remove ARIA attributes.
7979
*
8080
* Uses jQuery's width() function to determine the size of the window and add
8181
* the default ARIA attributes for the menu toggle if it's visible.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ abbr[title] {
232232
}
233233

234234
/**
235-
* Adds the correct font weight in Chrome, Edge, and Safari.
235+
* Add the correct font weight in Chrome, Edge, and Safari.
236236
*/
237237
b,
238238
strong {
@@ -306,7 +306,7 @@ textarea {
306306
}
307307

308308
/**
309-
* Shows the overflow in IE.
309+
* Show the overflow in IE.
310310
* 1. Show the overflow in Edge.
311311
*/
312312
button,

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
@@ -90,7 +90,7 @@ abbr[title] {
9090
}
9191

9292
/**
93-
* Adds the correct font weight in Chrome, Edge, and Safari.
93+
* Add the correct font weight in Chrome, Edge, and Safari.
9494
*/
9595

9696
b,
@@ -170,7 +170,7 @@ textarea {
170170
}
171171

172172
/**
173-
* Shows the overflow in IE.
173+
* Show the overflow in IE.
174174
* 1. Show the overflow in Edge.
175175
*/
176176

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ abbr[title] {
415415
}
416416

417417
/**
418-
* Adds the correct font weight in Chrome, Edge, and Safari.
418+
* Add the correct font weight in Chrome, Edge, and Safari.
419419
*/
420420
b,
421421
strong {
@@ -489,7 +489,7 @@ textarea {
489489
}
490490

491491
/**
492-
* Shows the overflow in IE.
492+
* Show the overflow in IE.
493493
* 1. Show the overflow in Edge.
494494
*/
495495
button,

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ abbr[title] {
415415
}
416416

417417
/**
418-
* Adds the correct font weight in Chrome, Edge, and Safari.
418+
* Add the correct font weight in Chrome, Edge, and Safari.
419419
*/
420420
b,
421421
strong {
@@ -489,7 +489,7 @@ textarea {
489489
}
490490

491491
/**
492-
* Shows the overflow in IE.
492+
* Show the overflow in IE.
493493
* 1. Show the overflow in Edge.
494494
*/
495495
button,

0 commit comments

Comments
 (0)