Skip to content

Commit

Permalink
removed Google Plus from social icons
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSibley committed Apr 2, 2020
1 parent fe72e32 commit 13030a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ function ct_apex_social_array() {
'foursquare' => 'apex_foursquare_profile',
'github' => 'apex_github_profile',
'goodreads' => 'apex_goodreads_profile',
'google-plus' => 'apex_googleplus_profile',
'google-wallet' => 'apex_google_wallet_profile',
'hacker-news' => 'apex_hacker-news_profile',
'medium' => 'apex_medium_profile',
Expand Down
4 changes: 1 addition & 3 deletions inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ function ct_apex_add_customizer_content( $wp_customize ) {

$label = ucfirst( $social_site );

if ( $social_site == 'google-plus' ) {
$label = __('Google Plus', 'apex');
} elseif ( $social_site == 'rss' ) {
if ( $social_site == 'rss' ) {
$label = __('RSS', 'apex');
} elseif ( $social_site == 'soundcloud' ) {
$label = __('SoundCloud', 'apex');
Expand Down

0 comments on commit 13030a9

Please sign in to comment.