Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contact email displays when telephone is set, even if no email #56

Open
tarvalian opened this issue Jan 13, 2015 · 1 comment
Open

contact email displays when telephone is set, even if no email #56

tarvalian opened this issue Jan 13, 2015 · 1 comment
Labels

Comments

@tarvalian
Copy link

There's a typo on line 386 of /woothemes-our-team-template.php:

if ( '' != $tel && apply_filters( 'woothemes_our_team_member_contact_email', true ) )

should be:

if ( '' != $contact_email && apply_filters( 'woothemes_our_team_member_contact_email', true ) )

@tarvalian tarvalian self-assigned this Jan 13, 2015
tarvalian added a commit that referenced this issue Jan 13, 2015
fixes issue where contact email displays when telephone is set, even if
no email is set.
@jameskoster
Copy link
Member

ping @jeffikus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants