Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#15609 closed enhancement (fixed)

Link post title in Comments On "Post title"

Reported by: scribu's profile scribu Owned by:
Milestone: 3.1 Priority: normal
Severity: normal Version:
Component: Administration Keywords: has-patch
Focuses: Cc:

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 13 years ago.
Screenshot.png (48.7 KB) - added by scribu 13 years ago.
15609.alt.diff (1.9 KB) - added by scribu 13 years ago.
Don't strip_tags() on $title global. Could cause other problems

Download all attachments as: .zip

Change History (9)

@scribu
13 years ago

#1 @scribu
13 years ago

  • Keywords has-patch added

@scribu
13 years ago

#2 @scribu
13 years ago

  • Description modified (diff)

#3 @scribu
13 years ago

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

#4 @voyagerfan5761
13 years ago

  • Cc WordPress@… added

@scribu
13 years ago

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

#5 @scribu
13 years ago

  • Milestone changed from Awaiting Review to 3.1

#6 @automattor
13 years ago

  • 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.