Ticket #2183: singles.diff
| File singles.diff, 459 bytes (added by skeltoac, 3 years ago) |
|---|
-
wp-includes/functions.php
old new 472 472 if ( $single ) { 473 473 return maybe_unserialize( $post_meta_cache[$post_id][$key][0] ); 474 474 } else { 475 return maybe_unserialize( $post_meta_cache[$post_id][$key] [0]);475 return maybe_unserialize( $post_meta_cache[$post_id][$key] ); 476 476 } 477 477 } 478 478
