Make WordPress Core

Ticket #47481: 100644.patch

File 100644.patch, 465 bytes (added by loyaltymanufaktur, 6 years ago)
  • wp-includes/post-template.php

    diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php
    index dd9e22d920..b882c61fe9 100644
    a b function the_meta() { 
    11041104                        }
    11051105
    11061106                        $values = array_map( 'trim', get_post_custom_values( $key ) );
    1107                         $value  = implode( $values, ', ' );
     1107                        $value  = implode( ', ', $values );
    11081108
    11091109                        $html = sprintf(
    11101110                                "<li><span class='post-meta-key'>%s</span> %s</li>\n",