Ticket #31929: 31929.7.patch
File 31929.7.patch, 951 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/about.php
135 135 <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> 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"> 141 141 <h4><?php echo ( 'Taxonomy Roadmap' ); ?></h4>