- Timestamp:
- 11/01/2016 05:25:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
r38846 r39072 140 140 foreach ( $item->classes as $value ) { 141 141 if ( 'menu-item-has-children' === $value || 'page_item_has_children' === $value ) { 142 $title = $title . twentyseventeen_get_svg( array( 'icon' => ' expand' ) );142 $title = $title . twentyseventeen_get_svg( array( 'icon' => 'angle-down' ) ); 143 143 } 144 144 } … … 172 172 'mailto:' => 'envelope-o', 173 173 'medium.com' => 'medium', 174 'path.com' => 'path',175 174 'pinterest.com' => 'pinterest-p', 176 175 'getpocket.com' => 'get-pocket', 177 'polldaddy.com' => 'polldaddy',178 176 'reddit.com' => 'reddit-alien', 179 177 'skype.com' => 'skype',
Note: See TracChangeset
for help on using the changeset viewer.