File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
twentyseventeen/assets/js
twentytwentyone/assets/js Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 102102 }
103103 }
104104
105- // Sets icon for quotes.
105+ // Set icon for quotes.
106106 function setQuotesIcon ( ) {
107107 $ ( twentyseventeenScreenReaderText . quote ) . prependTo ( $formatQuote ) ;
108108 }
Original file line number Diff line number Diff line change 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 ) {
Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff line change 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 *
You can’t perform that action at this time.
0 commit comments