Ticket #1469 (closed defect (bug): invalid)

Opened 7 years ago

Last modified 7 years ago

typo in get_permalink()

Reported by: skippy Owned by: anonymous
Priority: high Milestone:
Component: Administration Version: 1.6
Severity: major Keywords: get_permalink
Cc:

Description

The function get_permalink() contains the following on line 40: $post = & get_post($id);

It should be $post = & get_posts($id);

Attachments

template-functions-links.diff Download (117 bytes) - added by skippy 7 years ago.

Change History

  • Status changed from new to closed
  • Resolution set to invalid
Note: See TracTickets for help on using tickets.