Ticket #47481: 100644.patch
File 100644.patch, 465 bytes (added by , 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() { 1104 1104 } 1105 1105 1106 1106 $values = array_map( 'trim', get_post_custom_values( $key ) ); 1107 $value = implode( $values, ', ');1107 $value = implode( ', ', $values ); 1108 1108 1109 1109 $html = sprintf( 1110 1110 "<li><span class='post-meta-key'>%s</span> %s</li>\n",