Ticket #42467: 42467.patch
File 42467.patch, 1.4 KB (added by , 7 years ago) |
---|
-
wp-admin/about.php
100 100 <img src="https://s.w.org/images/core/4.9/syntax-highlighting.svg" alt=""> 101 101 </div> 102 102 <h3><?php _e( 'Syntax Highlighting and Error Checking? Yes, Please!' ); ?></h3> 103 <p><?php _e( ' You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily and suss out and fix code errors quickly.' ); ?></p>103 <p><?php _e( 'If you’ve ever had a need to edit CSS, HTML, or JavaScript from within the WordPress dashboard, you know how easy it can be to miss syntax errors or other problems. That’s why we’ve introduced a new code editing library which allows for syntax highlighting, error checking, and validation. You’ll be able to scan code, identify potential issues, and fix errors quickly. This new library is used by the Custom HTML widget (introduced in WordPress 4.8.1), but developers will also be able to use this library wherever they provide code writing or editing experiences.' ); ?></p> 104 104 </div> 105 105 <div class="section-item"> 106 106 <div class="inline-svg">