You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've fixed the issue, adding the same check if(trim($service_street) != "") for the closing </div> item, even if it doesn't WordPress Coding Standards, which seems to be working fine for the project I'm working on.
Would you check the submitted PR and see if there is anything else that needs to be fixed?
Cheers
The text was updated successfully, but these errors were encountered:
Hey guys,
We had an issue with one of our websites- when you a street name, you have an opening div https://github.com/brainstormforce/all-in-one-schemaorg-rich-snippets/blob/master/functions.php#L999, but if you don't fill the field, you have an extra closing
</div>
here https://github.com/brainstormforce/all-in-one-schemaorg-rich-snippets/blob/master/functions.php#L1009I've fixed the issue, adding the same check
if(trim($service_street) != "")
for the closing</div>
item, even if it doesn't WordPress Coding Standards, which seems to be working fine for the project I'm working on.Would you check the submitted PR and see if there is anything else that needs to be fixed?
Cheers
The text was updated successfully, but these errors were encountered: