mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Clear float in themes search results, props hakre, fixes #9694
git-svn-id: http://svn.automattic.com/wordpress/trunk@11286 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4e9ebf41a7
commit
30d3e3377b
@ -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