Skip to content

Commit

Permalink
Email label changed to Username or Email – CHANGED
Browse files Browse the repository at this point in the history
  • Loading branch information
viruthagiri committed Oct 5, 2017
1 parent 678f52a commit a1b6ff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -305,7 +305,7 @@ function sd_add_my_account_link($items, $args) {
<form name="cus_loginform" method="post" action="<?php echo sd_login_url('');?>" >

<div class="form_row clearfix">
<input placeholder='<?php _e('Email', 'supreme-directory'); ?>' type="text" name="log" id="user_login"
<input placeholder='<?php _e('Username or Email', 'supreme-directory'); ?>' type="text" name="log" id="user_login"
value="<?php global $user_login;
if (!isset($user_login)) {
$user_login = '';
Expand Down
3 changes: 2 additions & 1 deletion inc/geodirectory-compatibility.php
Expand Up @@ -818,7 +818,8 @@ function sup_add_feat_img_head($page)
} else {
$author_link = '#';
$author_name = __('Claim Me', 'supreme-directory');
$entry_author = '<img src="'.get_stylesheet_directory_uri() . "/images/gravatar2.png".'" height="100" width="100">';
if (!defined('SD_DEFAULT_GRAVATAR_IMAGE')) define('SD_DEFAULT_GRAVATAR_IMAGE', get_stylesheet_directory_uri() . "/images/gravatar2.png");
$entry_author = '<img src="'.SD_DEFAULT_GRAVATAR_IMAGE.'" height="100" width="100">';
}
}
}
Expand Down

0 comments on commit a1b6ff7

Please sign in to comment.