Make WordPress Core

Ticket #49088: 49088.diff

File 49088.diff, 594 bytes (added by mayankmajeji, 5 years ago)

Added icon for g.page links

  • src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php

     
    149149                                'facebook.com',
    150150                                'fb.me',
    151151                        ),
     152                        'google'    => array(
     153                                'g.page',
     154                        ),
    152155                        'feed'      => array(
    153156                                'feed',
    154157                        ),
     
    259262                );
    260263
    261264        }
    262 }
     265}
     266 No newline at end of file