unclosed tag typo in includes/content-post.php line 76
I was doing some validation and may have caught a typo.
I think line 76 should be: $output .= '</span>'; instead of $output .= '<span class="date"></span>'; in order to close the span that was opened at the start of that section.
I updated and it validated but for a couple of the usual warnings.
I think line 76 should be: $output .= '</span>'; instead of $output .= '<span class="date"></span>'; in order to close the span that was opened at the start of that section.
I updated and it validated but for a couple of the usual warnings.
Comments
thanks for this information. We'll have a look on it closer while next update.