Ticket #24243: 24243.diff
File 24243.diff, 648 bytes (added by , 12 years ago) |
---|
-
wp-includes/post-formats.php
749 749 750 750 if ( ! empty( $meta['quote_source_name'] ) ) { 751 751 $source = ( empty( $meta['quote_source_url'] ) ) ? $meta['quote_source_name'] : sprintf( '<a href="%s">%s</a>', esc_url( $meta['quote_source_url'] ), $meta['quote_source_name'] ); 752 $source = apply_filters( 'quote_source_dash', _x( '—', 'em dash' ) ) . ' ' . $source; 752 753 $quote .= sprintf( '<figcaption class="quote-caption">%s</figcaption>', $source ); 753 754 } 754 755