Opened 2 years ago

Closed 2 years ago

#15609 closed enhancement (fixed)

Link post title in Comments On "Post title"

Reported by: scribu Owned by:
Priority: normal Milestone: 3.1
Component: Administration Version:
Severity: normal Keywords: has-patch
Cc: WordPress@…

Description (last modified by scribu)

Since r16617, if you are on edit-comments.php?p=123, there is no way to go directly to post.php?post=123&action=edit.

Since the screen title contains the post's title, I propose we make that link to the post editing screen.

Attachments (3)

15609.diff (781 bytes) - added by scribu 2 years ago.
Screenshot.png (48.7 KB) - added by scribu 2 years ago.
15609.alt.diff (1.9 KB) - added by scribu 2 years ago.
Don't strip_tags() on $title global. Could cause other problems

Download all attachments as: .zip

Change History (9)

scribu2 years ago

  • Keywords has-patch added

scribu2 years ago

  • Description modified (diff)

I couldn't use $title variable because it gets strip_tags()ed along the way.

  • Cc WordPress@… added

scribu2 years ago

Don't strip_tags() on $title global. Could cause other problems

  • Milestone changed from Awaiting Review to 3.1
  • Resolution set to fixed
  • Status changed from new to closed

(In [16619]) Link post title on comments for a single post screen. Fixes #15609

Note: See TracTickets for help on using tickets.