#3229 closed defect (bug) (fixed)
post meta data not always cached
| Reported by: | mdawaffe | Owned by: | mdawaffe |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.0.4 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description (last modified by )
$post_meta_cache['$post_id']
'$post_id' is a string that looks like {{{$post_id}]} not a number that looks like 17.
Patch attached.
Attachments (2)
Change History (9)
#1
@
20 years ago
- Owner changed from to
- Status new → assigned
The ticket should read:
$post_meta_cache['$post_id']
'$post_id' is a string that looks like $post_id not a number that looks like 17.
Patch attached.
And the patch, though named 3299-20.diff, really does apply to this ticket.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
branches/2.0