Ticket #47708: 47708.9.diff
File 47708.9.diff, 3.7 KB (added by , 5 years ago) |
---|
-
src/wp-admin/about.php
71 71 </div> 72 72 </div> 73 73 <div class="column is-vertically-aligned-center"> 74 <h 3><?php _e( 'Block Editor Improvements' ); ?></h3>74 <h2><?php _e( 'Block Editor Improvements' ); ?></h2> 75 75 <p> 76 76 <?php _e( 'This enhancement-focused update introduces over 150 new features and usability improvements, including improved large image support for uploading non-optimized, high-resolution pictures taken from your smartphone or other high-quality cameras. Combined with larger default image sizes, pictures always look their best.' ); ?> 77 77 </p> … … 84 84 85 85 <div class="about__section has-2-columns"> 86 86 <div class="column is-vertically-aligned-center"> 87 <h 3><?php _e( 'Expanded Design Flexibility' ); ?></h3>87 <h2><?php _e( 'Expanded Design Flexibility' ); ?></h2> 88 88 <p> 89 89 <?php 90 90 printf( … … 111 111 112 112 <div class="about__section has-2-columns has-subtle-background-color"> 113 113 <div class="column is-vertically-aligned-center"> 114 <h 3><?php _e( 'Introducing Twenty Twenty' ); ?></h3>114 <h2><?php _e( 'Introducing Twenty Twenty' ); ?></h2> 115 115 <p><?php _e( 'As the block editor celebrates its first birthday, we are proud that Twenty Twenty is designed with flexibility at its core. Show off your services or products with a combination of columns, groups, and media blocks. Set your content to wide or full alignment for dynamic and engaging layouts. Or let your thoughts be the star with a centered content column!' ); ?></p> 116 116 117 117 <p> … … 142 142 <hr /> 143 143 144 144 <div class="about__section has-3-columns"> 145 <h 3 class="is-section-header"><?php _e( 'Improvements for Everyone' ); ?></h3>145 <h2 class="is-section-header"><?php _e( 'Improvements for Everyone' ); ?></h2> 146 146 147 147 <div class="column"> 148 <h 4><?php _e( 'Automatic Image Rotation' ); ?></h4>148 <h3><?php _e( 'Automatic Image Rotation' ); ?></h3> 149 149 <p><?php _e( 'Your images will be correctly rotated upon upload according to the embedded orientation data. This feature was first proposed nine years ago and made possible through the perserverance of many dedicated contributors.' ); ?></p> 150 150 </div> 151 151 <div class="column"> 152 <h 4><?php _e( 'Site Health Checks' ); ?></h4>152 <h3><?php _e( 'Site Health Checks' ); ?></h3> 153 153 <p><?php _e( 'The improvements introduced in 5.3 make it even easier to identify issues. Expanded recommendations highlight areas that may need troubleshooting on your site from the Health Check screen.' ); ?></p> 154 154 </div> 155 155 <div class="column"> 156 <h 4><?php _e( 'Admin Email Verification' ); ?></h4>156 <h3><?php _e( 'Admin Email Verification' ); ?></h3> 157 157 <p><?php _e( 'You’ll now be periodically asked to confirm that your admin email address is up to date when you log in as an administrator. This reduces the chance of getting locked out out of your site if you change your email address.' ); ?></p> 158 158 </div> 159 159 </div> … … 169 169 <hr /> 170 170 171 171 <div class="about__section has-2-columns has-subtle-background-color"> 172 <h 3 class="is-section-header"><?php _e( 'For Developers' ); ?></h3>172 <h2 class="is-section-header"><?php _e( 'For Developers' ); ?></h2> 173 173 174 174 <div class="column"> 175 <h 4><?php _e( 'Date/Time Component Fixes' ); ?></h4>175 <h3><?php _e( 'Date/Time Component Fixes' ); ?></h3> 176 176 <p> 177 177 <?php 178 178 printf( … … 184 184 </p> 185 185 </div> 186 186 <div class="column"> 187 <h 4><?php _e( 'PHP 7.4 Compatibility' ); ?></h4>187 <h3><?php _e( 'PHP 7.4 Compatibility' ); ?></h3> 188 188 <p> 189 189 <?php 190 190 printf(