Plugin Directory

Changeset 581859


Ignore:
Timestamp:
08/04/2012 09:22:16 PM (14 years ago)
Author:
codeext
Message:
 
Location:
network-shared-posts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • network-shared-posts/tags/1.1.0/network-shared-posts.php

    r581849 r581859  
    214214                echo html_entity_decode($wrap_end);
    215215            }
    216        
     216        echo '<div class="clear"></div>';
    217217        if(($paginate) and ($total_pages>1))
    218218        {
     
    233233           
    234234        }
    235        
     235        echo '</div>';
    236236    }
    237237}
  • network-shared-posts/trunk/network-shared-posts.php

    r581849 r581859  
    214214                echo html_entity_decode($wrap_end);
    215215            }
    216        
     216        echo '<div class="clear"></div>';
    217217        if(($paginate) and ($total_pages>1))
    218218        {
     
    233233           
    234234        }
    235        
     235        echo '</div>';
    236236    }
    237237}
Note: See TracChangeset for help on using the changeset viewer.