Make WordPress Core


Ignore:
Timestamp:
05/05/2009 04:28:05 AM (15 years ago)
Author:
azaozz
Message:

Banishing ASCII quotes and apostrophes, props demetris, fixes #9655

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r11180 r11190  
    18441844    if ( apply_filters( 'disable_captions', '' ) ) {
    18451845        $alt = __('Alternate Text');
    1846         $alt_help = __('Alt text for the image, e.g. "The Mona Lisa"');
     1846        $alt_help = __('Alt text for the image, e.g. “The Mona Lisa”');
    18471847    } else {
    18481848        $alt = __('Image Caption');
     
    19401940            <td class="field"><input id="insertonly[title]" name="insertonly[title]" value="" type="text" aria-required="true"></td>
    19411941        </tr>
    1942         <tr><td></td><td class="help">' . __('Link text, e.g. "Still Alive by Jonathan Coulton"') . '</td></tr>
     1942        <tr><td></td><td class="help">' . __('Link text, e.g. &#8220;Still Alive by Jonathan Coulton&#8221;') . '</td></tr>
    19431943        <tr>
    19441944            <td></td>
     
    19751975            <td class="field"><input id="insertonly[title]" name="insertonly[title]" value="" type="text" aria-required="true"></td>
    19761976        </tr>
    1977         <tr><td></td><td class="help">' . __('Link text, e.g. "Lucy on YouTube"') . '</td></tr>
     1977        <tr><td></td><td class="help">' . __('Link text, e.g. &#8220;Lucy on YouTube&#8220;') . '</td></tr>
    19781978        <tr>
    19791979            <td></td>
     
    20102010            <td class="field"><input id="insertonly[title]" name="insertonly[title]" value="" type="text" aria-required="true"></td>
    20112011        </tr>
    2012         <tr><td></td><td class="help">' . __('Link text, e.g. "Ransom Demands (PDF)"') . '</td></tr>
     2012        <tr><td></td><td class="help">' . __('Link text, e.g. &#8220;Ransom Demands (PDF)&#8221;') . '</td></tr>
    20132013        <tr>
    20142014            <td></td>
Note: See TracChangeset for help on using the changeset viewer.