Ticket #31942: 31942.patch
File 31942.patch, 694 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/includes/class-wp-press-this.php
1322 1322 1323 1323 <div class="wrapper"> 1324 1324 <div class="editor-wrapper"> 1325 <div class="alerts" >1325 <div class="alerts" role="alert" aria-live="assertive" aria-relevant="all" aria-atomic="true"> 1326 1326 <p class="alert is-notice is-hidden should-upgrade-bookmarklet"> 1327 1327 <?php printf( __( 'You should upgrade <a href="%s" target="_blank">your bookmarklet</a> to the latest version!' ), admin_url( 'tools.php' ) ); ?> 1328 1328 </p>