Make WordPress Core

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: davidboya's profile davidboya 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)

#1 @davidboya
10 years ago

  • Component changed from General to Formatting
  • Focuses ui removed

#2 @miqrogroove
10 years ago

  • Component changed from Formatting to Administration

#3 @Mte90
9 years ago

I have checked now in that pages #wpfooter is outside of #wpcontent

#4 @swissspidy
8 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Looks like this has been fixed in the meantime.

Note: See TracTickets for help on using tickets.