WordPress.org

Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#5954 closed defect (bug) (fixed)

"Edit Timestamp" should return false when clicked

Reported by: fitztrev Owned by: anonymous
Priority: normal Milestone: 2.5
Component: General Version:
Severity: normal Keywords: has-patch
Cc:

Description

When clicking "Edit Timestamp", the url changes because the href is followed. This is unnecessary and a 'return false' can be added to the existing jQuery click functions to prevent it.

Attachments (1)

5954.diff (939 bytes) - added by fitztrev 5 years ago.

Download all attachments as: .zip

Change History (3)

fitztrev5 years ago

comment:1 fitztrev5 years ago

There was also some whitespace at the end of those js files.

comment:2 ryan5 years ago

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

(In [6975]) Return false from edit timestamp click handler. Props fitztrev. fixes #5954

Note: See TracTickets for help on using tickets.