Make WordPress Core

Opened 19 years ago

Closed 19 years ago

#1469 closed defect (bug) (invalid)

typo in get_permalink()

Reported by: skippy's profile skippy Owned by:
Milestone: Priority: high
Severity: major Version: 1.6
Component: Administration Keywords: get_permalink
Focuses: Cc:

Description

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

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

Attachments (1)

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

Download all attachments as: .zip

Change History (2)

#1 @skippy
19 years ago

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