Changeset 32132
- Timestamp:
- 04/15/2015 01:23:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r32131 r32132 65 65 <p><?php 66 66 /* 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 — 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 s</a>.', '💙', '🐈', '🐒', '🍦', __( 'https://codex.wordpress.org/Emoji' ) );67 printf( 'Don’t use special characters? You can still have fun — 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>.', '💙', '🐈', '🐒', '🍦', __( 'https://codex.wordpress.org/Emoji' ) ); 68 68 ?></p> 69 69 </div> … … 136 136 137 137 <h4><?php echo ( 'JavaScript Accessibility' ); ?></h4> 138 <p><?php echo ( 'You r JavaScript can now talk to screen readers with <code>wp.a11y.speak()</code>. Simply pass what you want to say, and a politeupdate 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> 139 139 </div> 140 140 <div class="last-feature">
Note: See TracChangeset
for help on using the changeset viewer.