Make WordPress Core

Ticket #45950: 45950.diff

File 45950.diff, 802 bytes (added by tahmidulkarim, 19 months ago)
  • src/wp-content/themes/twentynineteen/inc/icon-functions.php

    diff --git a/src/wp-content/themes/twentynineteen/inc/icon-functions.php b/src/wp-content/themes/twentynineteen/inc/icon-functions.php
    index 76dba55094..900bcb665f 100644
    a b function twentynineteen_get_social_link_svg( $uri, $size = 24 ) { 
    4040function twentynineteen_nav_menu_social_icons( $item_output, $item, $depth, $args ) {
    4141        // Change SVG icon inside social links menu if there is supported URL.
    4242        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 );
    4444                if ( empty( $svg ) ) {
    4545                        $svg = twentynineteen_get_icon_svg( 'link' );
    4646                }