Created
February 9, 2014 21:13
-
-
Save tomharrigan/8905998 to your computer and use it in GitHub Desktop.
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
| function woo_twitter_script($unique_id,$username,$limit) { | |
| global $woo_options; | |
| ?> | |
| <aside id="connect" class="fix"><div class="social"><ul> | |
| <li><a href="<?php echo esc_url( $woo_options['woo_contact_twitter'] ); ?>" class="twitter" title="Twitter"><?php _e('Follow us on Twitter', 'woothemes'); ?></a></li> | |
| </ul></div></aside> | |
| <?php } // End woo_twitter_script() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment