Skip to content

Commit

Permalink
Include org to avoid confusion with .com
Browse files Browse the repository at this point in the history
  • Loading branch information
chaselivingston committed Sep 26, 2016
1 parent 69eb12b commit 011f57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/widgets/social-media-icons.php
Expand Up @@ -35,7 +35,7 @@ public function __construct() {
'youtube_username' => '',
'vimeo_username' => '',
'googleplus_username' => '',
'wordpress_username' => '',
'wordpressorg_username' => '',
);

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

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

0 comments on commit 011f57f

Please sign in to comment.