Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3229 closed defect (bug) (fixed)

post meta data not always cached

Reported by: mdawaffe's profile mdawaffe Owned by: mdawaffe's profile mdawaffe
Milestone: Priority: normal
Severity: normal Version: 2.0.4
Component: Administration Keywords:
Focuses: 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)

3299-20.diff (5.9 KB) - added by mdawaffe 18 years ago.
branches/2.0
3229-trunk.diff (6.0 KB) - added by mdawaffe 18 years ago.
trunk

Download all attachments as: .zip

Change History (9)

@mdawaffe
18 years ago

branches/2.0

@mdawaffe
18 years ago

trunk

#1 @mdawaffe
18 years ago

  • 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.

#2 @markjaquith
18 years ago

  • Description modified (diff)

We should get you edit privs in Trac

#3 @markjaquith
18 years ago

  • Description modified (diff)

#4 @markjaquith
18 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [4372]) Post meta caching fix by mdawaffe. fixes #3229

#5 @markjaquith
18 years ago

(In [4373]) Post meta caching fix by mdawaffe. fixes #3229

#6 @mdawaffe
18 years ago

We should get you edit privs in Trac

Why, because of all the typos I make? :)

#7 @(none)
18 years ago

  • Milestone 2.0.5 deleted

Milestone 2.0.5 deleted

Note: See TracTickets for help on using tickets.