#3229 closed defect (bug) (fixed)
post meta data not always cached
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 2.0.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by markjaquith)
$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)
- Owner changed from anonymous to mdawaffe
- Status changed from new to 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.
comment:2
markjaquith — 7 years ago
- Description modified (diff)
We should get you edit privs in Trac
comment:3
markjaquith — 7 years ago
- Description modified (diff)
comment:4
markjaquith — 7 years ago
- Resolution set to fixed
- Status changed from assigned to closed
comment:5
markjaquith — 7 years ago
We should get you edit privs in Trac
Why, because of all the typos I make? :)
Note: See
TracTickets for help on using
tickets.

branches/2.0