Created
November 20, 2013 14:31
-
-
Save k0nsl/7564145 to your computer and use it in GitHub Desktop.
Hide Google+ goobly gook in WP-Jetpack.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $output = ''; | |
| $output .= '<div style="display:none" id="k0nsl">'; | |
| $output .= '<div class="sharedaddy sd-block sd-social sd-gplus">'; | |
| $output .= '<h3 class="sd-title">' . __( 'Google+', 'jetpack' ) . '</h3>'; | |
| $output .= '<div class="sd-content">'; | |
| $output .= $this->byline( $post ); | |
| $output .= $this->follow_button( $post ); | |
| $output .= '</div>'; | |
| $output .= '</div>'; | |
| $output .= '</div>'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment