Make WordPress Core

Opened 3 weeks ago

Closed 3 weeks ago

#63476 closed defect (bug) (fixed)

Remove unwanted commented HTML code for timestamp

Reported by: umeshnevase's profile umesh.nevase Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.9 Priority: normal
Severity: normal Version: 6.8
Component: General Keywords: has-patch 2nd-opinion
Focuses: administration, coding-standards Cc:

Description

There is unwanted commented HTML code for Edit Timestamp in comment edit screen. Which is in Todo list to remove it. We should remove this unwanted code.
wp-admin/includes/template.php:819

Change History (5)

This ticket was mentioned in PR #8832 on WordPress/wordpress-develop by @umesh.nevase.


3 weeks ago
#1

This code is not required as commented and in Todo list. We should have remove unwanted HTML from core.

#2 @abcd95
3 weeks ago

First commented in [7338], and the todo was added in [47122]

#3 @SergeyBiryukov
3 weeks ago

  • Focuses administration added
  • Milestone changed from Awaiting Review to 6.9

#4 @SergeyBiryukov
3 weeks ago

  • Owner set to SergeyBiryukov
  • Status changed from new to accepted

#5 @SergeyBiryukov
3 weeks ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In 60252:

Administration: Remove unused and commented out HTML code in touch_time().

Follow-up to [7338], [29206].

Props umesh.nevase, abcd95.
Fixes #63476.

Note: See TracTickets for help on using tickets.