Ticket #2183: singles.diff

File singles.diff, 459 bytes (added by skeltoac, 3 years ago)
  • wp-includes/functions.php

    old new  
    472472                if ( $single ) { 
    473473                        return maybe_unserialize( $post_meta_cache[$post_id][$key][0] ); 
    474474                } else { 
    475                         return maybe_unserialize( $post_meta_cache[$post_id][$key][0] ); 
     475                        return maybe_unserialize( $post_meta_cache[$post_id][$key] ); 
    476476                } 
    477477        } 
    478478