Skip to content

Commit e4d004b

Browse files
committed
[63692] Reverted comments.
1 parent d2ebc19 commit e4d004b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/wp-content/themes/twentytwenty/assets/js/color-calculations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ _twentyTwentyColor.prototype.setAccentColorsArray = function() {
4949
} ),
5050
item,
5151
/**
52-
* Gets a score for this color in contrast to its background color and surrounding text.
52+
* Get a score for this color in contrast to its background color and surrounding text.
5353
*
5454
* @since Twenty Twenty 1.0
5555
*

src/wp-content/themes/twentytwenty/assets/js/customize-preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
} );
152152

153153
/**
154-
* Adds styles to elements in the preview pane.
154+
* Add styles to elements in the preview pane.
155155
*
156156
* @since Twenty Twenty 1.0
157157
*

src/wp-content/themes/twentytwentyone/assets/js/customize-helpers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Gets luminance from a HEX color.
2+
* Get luminance from a HEX color.
33
*
44
* @since Twenty Twenty-One 1.0
55
*
@@ -13,7 +13,7 @@ function twentytwentyoneGetHexLum( hex ) { // jshint ignore:line
1313
}
1414

1515
/**
16-
* Gets RGB from HEX.
16+
* Get RGB from HEX.
1717
*
1818
* @since Twenty Twenty-One 1.0
1919
*

0 commit comments

Comments
 (0)