Skip to content

Commit

Permalink
Merge branch 'fix/issue-5159' of https://github.com/Automattic/jetpack
Browse files Browse the repository at this point in the history
…into fix/issue-5159
  • Loading branch information
chaselivingston committed Sep 26, 2016
2 parents 93c0077 + ef5f6b9 commit 69eb12b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/widgets/social-media-icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function __construct() {
'youtube_username' => '',
'vimeo_username' => '',
'googleplus_username' => '',
'wordpress_username' => '',
);

$this->services = array(
Expand All @@ -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/' ),
'wordpress' => array( 'WordPress', 'https://profiles.wordpress.org/%s/' ),
);

if ( is_active_widget( false, false, $this->id_base ) || is_customize_preview() ) {
Expand Down

0 comments on commit 69eb12b

Please sign in to comment.