Make WordPress Core

Changeset 20848


Ignore:
Timestamp:
05/23/2012 02:22:43 AM (14 years ago)
Author:
nacin
Message:

Use mdash. see #20423.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/about.php

    r20847 r20848  
    4343
    4444                <h4><?php _e( 'Customize Current Theme' ); ?></h4>
    45                 <p><?php _e( 'Satisfy your curiosity and try on a fresh coat of paint --- you can also use the live preview mode to customize your current theme. Look for the Customize link on the Themes screen.' ); ?></p>
     45                <p><?php _e( 'Satisfy your curiosity and try on a fresh coat of paint &mdash; you can also use the live preview mode to customize your current theme. Look for the Customize link on the Themes screen.' ); ?></p>
    4646        </div>
    4747</div>
     
    7272                <img src="<?php echo esc_url( admin_url( 'images/screenshots/captions-2.png' ) ); ?>" class="image-30" />
    7373                <h4><?php _e( 'HTML Support' ); ?></h4>
    74                 <p><?php _e( 'Basic HTML support has been added to the caption field in the image uploader. This allows you to add links --- great for photo credits or licensing details --- and basic formatting such as bold and italicized text.' ); ?></p>
     74                <p><?php _e( 'Basic HTML support has been added to the caption field in the image uploader. This allows you to add links &mdash; great for photo credits or licensing details &mdash; and basic formatting such as bold and italicized text.' ); ?></p>
    7575        </div>
    7676</div>
Note: See TracChangeset for help on using the changeset viewer.