Ticket #589 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

Duplicate Write Page Title

Reported by: mypatricks Assigned to: donncha
Priority: normal Milestone: WPMU 2.0
Component: component1 Version: 2.0
Severity: normal Keywords: write page
Cc:

Description

see wp-admin/edit-page-form.php line 2/3 and line 38/39

2 	<div class="wrap">
3 	<h2 id="write-post"><?php _e('Write Page'); ?></h2>

38 	<div class="wrap">
39 	<h2><?php _e('Write Page') ?></h2>

Change History

04/10/08 15:00:00 changed by donncha

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

Thanks, fixed in [1225]