diff --git a/modules/widgets/social-media-icons.php b/modules/widgets/social-media-icons.php index 1e45b0eb481b6..6894248101f6c 100644 --- a/modules/widgets/social-media-icons.php +++ b/modules/widgets/social-media-icons.php @@ -35,7 +35,7 @@ public function __construct() { 'youtube_username' => '', 'vimeo_username' => '', 'googleplus_username' => '', - 'wordpress_username' => '', + 'wordpressorg_username' => '', ); $this->services = array( @@ -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() ) {