Skip to content

Commit

Permalink
Removed Google+
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Haris committed Oct 23, 2018
1 parent d1be51d commit e31eae1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions assets/sass/utilities/variables/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ $theme-colors: (

// Social Media Colors
$color-facebook: #3b5998;
$color-googleplus: #dd4b39;
$color-instagram: #517fa4;
$color-linkedin: #007bb6;
$color-pinterest: #cb2027;
Expand All @@ -67,8 +66,6 @@ $color-youtube: #b00;
$social-colors: (
facebook: $color-facebook,
facebook-square: $color-facebook,
googleplus: $color-googleplus,
googleplus-square: $color-googleplus,
instagram: $color-instagram,
instagram-square: $color-instagram,
linkedin: $color-linkedin,
Expand Down
2 changes: 1 addition & 1 deletion inc/customizer/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function _s_customize_additional_scripts( $wp_customize ) {
function _s_customize_social_icons( $wp_customize ) {

// Create an array of our social links for ease of setup.
$social_networks = array( 'facebook', 'googleplus', 'instagram', 'linkedin', 'twitter' );
$social_networks = array( 'facebook', 'instagram', 'linkedin', 'twitter' );

// Loop through our networks to setup our fields.
foreach ( $social_networks as $network ) {
Expand Down
2 changes: 1 addition & 1 deletion inc/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function _s_display_social_network_links() {

// Create an array of our social links for ease of setup.
// Change the order of the networks in this array to change the output order.
$social_networks = array( 'facebook', 'googleplus', 'instagram', 'linkedin', 'twitter' );
$social_networks = array( 'facebook', 'instagram', 'linkedin', 'twitter' );

?>
<ul class="social-icons">
Expand Down

0 comments on commit e31eae1

Please sign in to comment.