Make WordPress Core

Changeset 32132


Ignore:
Timestamp:
04/15/2015 01:23:07 AM (10 years ago)
Author:
SergeyBiryukov
Message:

About page: Two more string tweaks.

props DrewAPicture, pento.
see #31929.

File:
1 edited

Legend:

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

    r32131 r32132  
    6565            <p><?php
    6666                /* translators: 1: heart emoji, 2: kitten emoji, 3, monkey emoji, 4: ice-cream emoji, 5: Emoji Codex link */
    67                 printf( 'Don’t use special characters? You can still have fun &mdash; emoji are now available in WordPress! Get creative and decorate your content with %1$s, %2$s, %3$s, %4$s, and all the many other <a href="%5$s">emojis</a>.', '&#x1F499', '&#x1F408', '&#x1F412', '&#x1F366', __( 'https://codex.wordpress.org/Emoji' ) );
     67                printf( 'Don’t use special characters? You can still have fun &mdash; emoji are now available in WordPress! Get creative and decorate your content with %1$s, %2$s, %3$s, %4$s, and all the many other <a href="%5$s">emoji</a>.', '&#x1F499', '&#x1F408', '&#x1F412', '&#x1F366', __( 'https://codex.wordpress.org/Emoji' ) );
    6868            ?></p>
    6969        </div>
     
    136136
    137137            <h4><?php echo ( 'JavaScript Accessibility' ); ?></h4>
    138             <p><?php echo ( 'Your JavaScript can now talk to screen readers with <code>wp.a11y.speak()</code>. Simply pass what you want to say, and a polite update will be sent to the ARIA live notifications area.' ); ?></p>
     138            <p><?php echo ( 'You can now send audible notifications to screen readers in JavaScript with <code>wp.a11y.speak()</code>. Pass it a string, and an update will be sent to the ARIA live notifications area.' ); ?></p>
    139139        </div>
    140140        <div class="last-feature">
Note: See TracChangeset for help on using the changeset viewer.