Changeset 56447
- Timestamp:
- 08/24/2023 03:32:09 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/inc/icon-functions.php
r48103 r56447 41 41 // Change SVG icon inside social links menu if there is supported URL. 42 42 if ( 'social' === $args->theme_location ) { 43 $svg = twentynineteen_get_social_link_svg( $item->url, 26);43 $svg = twentynineteen_get_social_link_svg( $item->url, 32 ); 44 44 if ( empty( $svg ) ) { 45 45 $svg = twentynineteen_get_icon_svg( 'link' );
Note: See TracChangeset
for help on using the changeset viewer.