Ticket #24832: 24832.7.diff
File 24832.7.diff, 3.1 KB (added by , 10 years ago) |
---|
-
wp-admin/about.php
54 54 <p><?php _e( 'From the first word you write, WordPress saves every change. Each revision is always at your fingertips. Text is highlighted as you scroll through revisions at lightning speed, so you can see what changes have been made along the way.' ); ?></p> 55 55 <p><?php _e( 'It’s easy to compare two revisions from any point in time, and to restore a revision and go back to writing. Now you can be confident that no mistake is permanent.' ); ?></p> 56 56 57 58 57 59 58 59 60 60 </div> 61 61 62 62 <div class="feature-section col two-col"> 63 63 <div> 64 64 <h4><?php _e( 'Improved Autosaves' ); ?></h4> … … 69 69 <p><?php _e( 'Always know who’s editing with live updates that appear in the list of posts. And if someone leaves for lunch with a post open, you can take over where they left off.' ); ?></p> 70 70 </div> 71 71 </div> 72 73 72 </div> 74 73 75 74 <div class="changelog"> … … 92 91 <div class="feature-section col three-col"> 93 92 <div> 94 93 <h4><?php echo ( 'Shortcode Improvements' ); ?></h4> 95 <p><?php echo ( ' New shortcode utility functions and shortcode_atts_$shortcode filter' ); ?></p>94 <p><?php echo ( 'Search content for shortcodes with <code>has_shortcode()</code> and adjust shortcode attributes with an all new filter.' ); ?></p> 96 95 </div> 97 96 <div> 98 97 <h4><?php echo ( 'Revision Control' ); ?></h4> 99 <p><?php echo ( ' New fine-grained revision controls (wp_revisions_to_keep(), etc. — filters instead of constants)' ); ?></p>98 <p><?php echo ( 'Finely-grained revision controls allow you to keep a different number of revisions for each post type.' ); ?></p> 100 99 </div> 101 100 <div class="last-feature"> 102 101 <h4><?php echo ( 'Audio/Video API' ); ?></h4> 103 <p><?php echo ( ' New audio/video API, including access to file metadata' ); ?></p>102 <p><?php echo ( 'The new audio/video APIs give developers access to powerful media metadata.' ); ?></p> 104 103 </div> 105 104 </div> 106 105 107 106 <div class="feature-section col three-col"> 108 107 <div> 109 <h4><?php echo ( ' Markup Updates' ); ?></h4>110 <p><?php echo ( 'Improved markup for comment forms, search forms, and comment lists, including HTML5 markup support' ); ?></p>108 <h4><?php echo ( 'Semantic Markup' ); ?></h4> 109 <p><?php echo ( 'Improved markup for comment forms, search forms, and comment lists, including support for HTML5 markup.' ); ?></p> 111 110 </div> 112 111 <div> 113 112 <h4><?php echo ( 'JS Utilities' ); ?></h4> 114 <p><?php echo ( 'Handy JavaScript utilities for things like Ajax, templating, and Backbone view management' ); ?></p>113 <p><?php echo ( 'Handy JavaScript utilities ease common tasks like Ajax requests, templating, and Backbone view management.' ); ?></p> 115 114 </div> 116 115 <div class="last-feature"> 117 116 <h4><?php _e( 'External Libraries' ); ?></h4> 118 <p><?php echo ( 'New and updated libraries: MediaElement.js, jQuery 1.10, jQuery UI 1.10.3, jQuery Migrate, Backbone 1.0 ' ); ?></p>117 <p><?php echo ( 'New and updated libraries: MediaElement.js, jQuery 1.10, jQuery UI 1.10.3, jQuery Migrate, Backbone 1.0.' ); ?></p> 119 118 </div> 120 119 </div> 121 120 </div>