Opened 10 years ago
Closed 8 years ago
#32966 closed defect (bug) (worksforme)
Admin footer text is misplaced in plugins.php and plugin-install.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.2.2 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
The text inside admin_footer_text is not aligned correct in /wp-admin/plugins.php and in /wp-admin/plugin-install.php
div#wpfooter is a child of div#wpcontent, which is wrong. div#wpfooter should be outside div#wpcontent.
Solved by adding a </div> just before including the admin footer.
Change History (4)
Note: See
TracTickets for help on using
tickets.
I have checked now in that pages #wpfooter is outside of #wpcontent