Making WordPress.org

Changeset 1640


Ignore:
Timestamp:
05/29/2015 08:37:11 PM (10 years ago)
Author:
iandunn
Message:

WordPress.tv: Add missing semicolon to em dash entity.

Fixes #940
Props BrashRebel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/archive.php

    r1024 r1640  
    6666                            $excerpt = get_the_time( get_option( 'date_format' ) );
    6767                            if ( has_excerpt() ) {
    68                                 $excerpt .= ' &#8212 ' . get_the_excerpt();
     68                                $excerpt .= ' — ' . get_the_excerpt();
    6969                            }
    7070                            echo apply_filters( 'the_excerpt', $excerpt );
Note: See TracChangeset for help on using the changeset viewer.