Ticket #4210 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

dispay problem in wp-admin/edit-pages.php

Reported by: devil1591 Assigned to: rob1n
Priority: normal Milestone: 2.3
Component: Administration Version:
Severity: normal Keywords: has-patch commit
Cc:

Description

in wp-admin/edit-pages.php, the table under the search box is not well placed,

missing

<br style="clear:both;" />

before

<table class="widefat">

like the wp-admin/edit.php page

Attachments

4210.diff (388 bytes) - added by Nazgul on 04/30/07 12:23:45.

Change History

04/30/07 12:23:45 changed by Nazgul

  • attachment 4210.diff added.

04/30/07 12:24:09 changed by Nazgul

  • keywords set to has-patch.
  • milestone changed from 2.4 to 2.3.

04/30/07 21:33:12 changed by rob1n

  • owner changed from anonymous to rob1n.

04/30/07 22:35:52 changed by rob1n

  • keywords changed from has-patch to has-patch commit.
  • status changed from new to assigned.

05/01/07 01:19:19 changed by rob1n

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [5361]) Add clearer to edit-pages.php. Props Nazgul. fixes #4210