Skip to content

Commit fc229a4

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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/wp-content/themes/twentyseventeen/assets/js/global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
}
103103
}
104104

105-
// Sets icon for quotes.
105+
// Set icon for quotes.
106106
function setQuotesIcon() {
107107
$( twentyseventeenScreenReaderText.quote ).prependTo( $formatQuote );
108108
}

src/wp-content/themes/twentyseventeen/assets/js/navigation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
container.find( '.menu-item-has-children > a, .page_item_has_children > a' ).after( dropdownToggle );
1919

20-
// Sets the active submenu dropdown toggle button initial state.
20+
// Set the active submenu dropdown toggle button initial state.
2121
container.find( '.current-menu-ancestor > button' )
2222
.addClass( 'toggled-on' )
2323
.attr( 'aria-expanded', 'true' )
2424
.find( '.screen-reader-text' )
2525
.text( twentyseventeenScreenReaderText.collapse );
26-
// Sets the active submenu initial state.
26+
// Set the active submenu initial state.
2727
container.find( '.current-menu-ancestor > .sub-menu' ).addClass( 'toggled-on' );
2828

2929
container.find( '.dropdown-toggle' ).on( 'click', function( e ) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ _twentyTwentyColor.prototype.setAccentColorsArray = function() {
110110
};
111111

112112
/**
113-
* Gets accessible text-color.
113+
* Get accessible text-color.
114114
*
115115
* @since Twenty Twenty 1.0
116116
*
@@ -121,7 +121,7 @@ _twentyTwentyColor.prototype.getTextColor = function() {
121121
};
122122

123123
/**
124-
* Gets accessible color for the defined accent-hue and background-color.
124+
* Get accessible color for the defined accent-hue and background-color.
125125
*
126126
* @since Twenty Twenty 1.0
127127
*

src/wp-content/themes/twentytwentyone/assets/js/responsive-embeds.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
/**
8-
* Adds max-width & max-height to <iframe> elements, depending on their width & height props.
8+
* Add max-width & max-height to <iframe> elements, depending on their width & height props.
99
*
1010
* @since Twenty Twenty-One 1.0
1111
*

0 commit comments

Comments
 (0)