Make WordPress Core

Ticket #31929: 31929.7.patch

File 31929.7.patch, 951 bytes (added by DrewAPicture, 10 years ago)

seriously, final

  • src/wp-admin/about.php

     
    135135                        <p><?php echo ( 'Database character encoding has changed from utf8 to utf8mb4, which adds support for a whole range of new 4-byte characters.' ); ?></p>
    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">
    141141                        <h4><?php echo ( 'Taxonomy Roadmap' ); ?></h4>