mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Clear float in themes search results, props hakre, fixes #9694
git-svn-id: https://develop.svn.wordpress.org/trunk@11286 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cf14056f90
commit
b008acad7d
@ -391,8 +391,9 @@ function display_themes($themes, $page = 1, $totalpages = 1) {
|
||||
|
||||
if ( $page_links )
|
||||
echo "\t\t<div class='tablenav-pages'>$page_links</div>";
|
||||
?> <br class="clear" />
|
||||
?>
|
||||
</div>
|
||||
<br class="clear" />
|
||||
<?php
|
||||
if ( empty($themes) ) {
|
||||
_e('No themes found');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user