Opened 16 years ago
Closed 16 years ago
#13212 closed defect (bug) (fixed)
shortlink wp_get_shortlink fix
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | General | Keywords: | shortlink has-patch commit |
| Focuses: | Cc: |
Description
If inside the loop:
echo wp_get_shortlink();
..it does not return anything. Have to add $id to the global to fix that.
Fixed in patch. :)
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Wouldn't that global stomp the $id arg. Attached an alternative patch that makes use of get_post()'s ability to fetch the current post when passed 0. Untested.