Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#23940 closed defect (bug) (fixed)

Avoid direct query in wp_ajax_replyto_comment()

Reported by: nacin Owned by: nacin
Priority: normal Milestone: 3.6
Component: General Version:
Severity: normal Keywords:
Cc: Focuses:

Description

We can simply use get_post() here.

Change History (1)

#1 @nacin
13 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

In 23907:

Use get_post() in lieu of direct query in wp_ajax_replyto_comment(). fixes #23940.

Note: See TracTickets for help on using tickets.