author | Anthony Ly <anthonyly.com@gmail.com> |
Wed, 19 Dec 2012 17:46:52 -0800 | |
changeset 204 | 09a1c134465b |
parent 196 | 5e8dcbe22c24 |
permissions | -rw-r--r-- |
<div class="social-sign-in-links social-clearfix"> <?php foreach ($services as $key => $service): ?> <a class="social-<?php echo esc_attr($key); ?> social-imr social-login comments" href="<?php echo esc_url($service->authorize_url()); ?>" id="<?php echo esc_attr($key); ?>_signin" target="_blank"><?php printf(__('Sign in with %s', 'social'), esc_html($service->title())); ?></a> <?php endforeach; ?> </div> <div class="social-divider"> <span><?php _e('or', 'social'); ?></span> </div>