Making WordPress.org

Changeset 7363


Ignore:
Timestamp:
07/03/2018 01:57:44 AM (7 years ago)
Author:
obenland
Message:

Main: Use unicode for en dash

See [7362].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php

    r7362 r7363  
    4545                                <?php
    4646                                /* translators: file format */
    47                                 printf( __( 'Chapter 3 &endash; %s', 'wporg' ), 'EPUB' );
     47                                printf( __( 'Chapter 3 &#8211; %s', 'wporg' ), 'EPUB' );
    4848                                ?>
    4949                            </a>
     
    5353                                <?php
    5454                                /* translators: file format */
    55                                 printf( __( 'Chapter 3 &endash; %s', 'wporg' ), 'MOBI' );
     55                                printf( __( 'Chapter 3 &#8211; %s', 'wporg' ), 'MOBI' );
    5656                                ?>
    5757                            </a>
     
    6161                                <?php
    6262                                /* translators: file format */
    63                                 printf( __( 'Chapter 3 &endash; %s', 'wporg' ), 'PDF' );
     63                                printf( __( 'Chapter 3 &#8211; %s', 'wporg' ), 'PDF' );
    6464                                ?>
    6565                            </a>
Note: See TracChangeset for help on using the changeset viewer.