Did not test enough
-
At least one error that screws up the html for most themes. In templates under global, in wrapper-start.php the code for default themes is:
echo '<div id="primary" class="content-area"><main id="main" class="site-main" role="main">';
But in wrapper-end.php the code for default themes is:
echo '</div></main>';
The latter needs to be reversed to be:
echo '</main></div>';
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Did not test enough’ is closed to new replies.