diff --git a/modules/widgets/social-media-icons.php b/modules/widgets/social-media-icons.php index fe836d64b0f0e..771acbc56a8d9 100644 --- a/modules/widgets/social-media-icons.php +++ b/modules/widgets/social-media-icons.php @@ -35,6 +35,7 @@ public function __construct() { 'youtube_username' => '', 'vimeo_username' => '', 'googleplus_username' => '', + 'flickr_username' => '', ); $this->services = array( @@ -47,6 +48,7 @@ public function __construct() { 'youtube' => array( 'YouTube', 'https://www.youtube.com/%s/' ), 'vimeo' => array( 'Vimeo', 'https://vimeo.com/%s/' ), 'googleplus' => array( 'Google+', 'https://plus.google.com/u/0/%s/' ), + 'flickr' => array( 'Flickr', 'https://www.flickr.com/photos/%s/' ), ); if ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() ) {