equal
deleted
inserted
replaced
|
1 <div class="social-sign-in-links social-clearfix"> |
|
2 <?php foreach ($services as $key => $service): ?> |
|
3 <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> |
|
4 <?php endforeach; ?> |
|
5 </div> |
|
6 <div class="social-divider"> |
|
7 <span><?php _e('or', 'social'); ?></span> |
|
8 </div> |