Opened 8 years ago
Closed 8 years ago
#1469 closed defect (bug) (invalid)
typo in get_permalink()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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 (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
