Skip to content

Commit ac2235b

Browse files
committed
Sentence case for the comments.
1 parent 6d81a16 commit ac2235b

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

src/wp-admin/css/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
padding: 0;
130130
position: absolute;
131131
width: 1px;
132-
/* many screen reader and browser combinations announce broken words as they would appear visually */
132+
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
133133
word-wrap: normal !important;
134134
word-break: normal !important;
135135
}

src/wp-admin/css/install.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ body.language-chooser {
356356
padding: 0;
357357
position: absolute;
358358
width: 1px;
359-
/* many screen reader and browser combinations announce broken words as they would appear visually */
359+
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
360360
word-wrap: normal !important;
361361
word-break: normal !important;
362362
}

src/wp-admin/css/login.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ body.interim-login {
413413
padding: 0;
414414
position: absolute;
415415
width: 1px;
416-
/* many screen reader and browser combinations announce broken words as they would appear visually */
416+
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
417417
word-wrap: normal !important;
418418
word-break: normal !important;
419419
}

src/wp-content/themes/twentynineteen/sass/modules/_accessibility.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
padding: 0;
99
position: absolute !important;
1010
width: 1px;
11-
/* many screen reader and browser combinations announce broken words as they would appear visually */
11+
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
1212
word-wrap: normal !important;
1313
word-break: normal !important;
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3627,7 +3627,7 @@ body.page .main-navigation {
36273627
padding: 0;
36283628
position: absolute !important;
36293629
width: 1px;
3630-
/* many screen reader and browser combinations announce broken words as they would appear visually */
3630+
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
36313631
word-wrap: normal !important;
36323632
word-break: normal !important;
36333633
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3627,7 +3627,7 @@ body.page .main-navigation {
36273627
padding: 0;
36283628
position: absolute !important;
36293629
width: 1px;
3630-
/* many screen reader and browser combinations announce broken words as they would appear visually */
3630+
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
36313631
word-wrap: normal !important;
36323632
word-break: normal !important;
36333633
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ template {
311311
overflow: hidden;
312312
position: absolute !important;
313313
width: 1px;
314-
/* many screen reader and browser combinations announce broken words as they would appear visually */
314+
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
315315
word-wrap: normal !important;
316316
word-break: normal !important;
317317
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ a:active {
12891289
overflow: hidden;
12901290
position: absolute !important;
12911291
width: 1px;
1292-
/* many screen reader and browser combinations announce broken words as they would appear visually */
1292+
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
12931293
word-wrap: normal !important;
12941294
word-break: normal !important;
12951295
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ path {
185185
padding: 0;
186186
position: absolute !important;
187187
width: 1px;
188-
/* many screen reader and browser combinations announce broken words as they would appear visually */
188+
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
189189
word-wrap: normal !important;
190190
word-break: normal !important;
191191
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ path {
185185
padding: 0;
186186
position: absolute !important;
187187
width: 1px;
188-
/* many screen reader and browser combinations announce broken words as they would appear visually */
188+
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
189189
word-wrap: normal !important;
190190
word-break: normal !important;
191191
}

0 commit comments

Comments
 (0)