Changeset 48729 for trunk/src/wp-admin/about.php
- Timestamp:
- 08/04/2020 05:24:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r48721 r48729 29 29 <span><?php echo $display_version; ?></span> 30 30 </p> 31 </div> 32 33 <div class="about__header-text"> 34 Musician Name 31 35 </div> 32 36 … … 62 66 <hr /> 63 67 64 <div class="about__section has- 2-columns is-wider-left">68 <div class="about__section has-1-column"> 65 69 <div class="column"> 66 70 <h2><?php _e( 'Speed' ); ?></h2> … … 70 74 <p><?php _e( 'On mobile, lazy loading can also keep browsers from loading files meant for other devices. That can save your readers money on data — and help preserve battery life.' ); ?></p> 71 75 </div> 72 <div class="column is-edge-to-edge" style="background-color:skyblue;"> 73 </div> 74 </div> 75 76 <hr class="is-small" /> 77 78 <div class="about__section has-2-columns is-wider-right"> 79 <div class="column is-edge-to-edge" style="background-color:skyblue;"> 80 </div> 76 </div> 77 78 <div class="about__section has-1-column"> 81 79 <div class="column"> 82 80 <h2><?php _ex( 'Search', 'sitemap' ); ?></h2> … … 88 86 </div> 89 87 90 <hr class="is-small"/>91 92 <div class="about__section has-2-columns is-wider-left">88 <hr /> 89 90 <div class="about__section has-2-columns has-accent-background-color is-wider-right"> 93 91 <div class="column"> 94 92 <h2><?php _e( 'Security' ); ?></h2> … … 99 97 <p><?php _e( 'If updating plugins and themes manually is your thing, now that’s easier too — just upload a ZIP file.' ); ?></p> 100 98 </div> 101 <div class="column is-edge-to-edge" style="background-color:skyblue;"> 102 </div> 103 </div> 104 105 <hr /> 106 107 <div class="about__section"> 108 <div class="column is-edge-to-edge" style="height:200px;background-color:skyblue;"> 109 </div> 99 <div class="column about__image is-vertically-aligned-center"> 100 <figure aria-labelledby="about-security" class="about__image"> 101 <video controls poster="https://make.wordpress.org/core/files/2020/08/security-poster.png"> 102 <source src="https://make.wordpress.org/core/files/2020/08/wp55-about-page-security-section.mp4" type="video/mp4" /> 103 </video> 104 <figcaption id="about-security" class="screen-reader-text"><?php _e( 'Video: Installed plugin screen, which shows a new column, Automatic Updates. In this column are buttons that say "Enable auto-updates." When clicked, the auto-updates feature is turned on for that plugin, and the button switches to say "Disable auto-updates". Two plugins have updates, the updates are automatically queued up in 4 hours.' ); ?></figcaption> 105 </figure> 106 </div> 107 </div> 108 109 <hr /> 110 111 <div class="about__section has-subtle-background-color"> 110 112 <div class="column"> 111 113 <h2><?php _e( 'Highlights from the block editor' ); ?></h2> … … 113 115 </div> 114 116 </div> 115 <div class="about__section has-2-columns"> 116 <div class="column"> 117 <div class="about__section has-2-columns has-subtle-background-color"> 118 <div class="column"> 119 <figure aria-labelledby="about-block-pattern" class="about__image"> 120 <video controls poster="https://make.wordpress.org/core/files/2020/07/block-pattern-poster.png"> 121 <source src="https://make.wordpress.org/core/files/2020/07/block-patterns.mp4" type="video/mp4" /> 122 </video> 123 <figcaption id="about-block-pattern" class="screen-reader-text"><?php _e( 'Video: In the editor, the block inserter shows two tabs, Blocks and Patterns. The Patterns tab is selected. There are different block layouts in this tab. A section called "Button" has patterns for two buttons, three buttons. Next is a section called "Column", with two columns, two columns with images, three columns of text with buttons.' ); ?></figcaption> 124 </figure> 125 <h3><?php _e( 'Block patterns' ); ?></h3> 126 <p><?php _e( 'New block patterns make it simple and fun to create complex, beautiful layouts, using combinations of text and media that you can mix and match to fit your story.' ); ?></p> 127 <p><?php _e( 'You will also find block patterns in a wide variety of plugins and themes, with more added all the time. Pick any of them from a single place — just click and go!' ); ?></p> 128 </div> 129 <div class="column"> 130 <figure aria-labelledby="about-image-editor" class="about__image"> 131 <video controls poster="https://make.wordpress.org/core/files/2020/07/image-editor-poster.png"> 132 <source src="https://make.wordpress.org/core/files/2020/07/image-editor.mp4" type="video/mp4" /> 133 </video> 134 <figcaption id="about-image-editor" class="screen-reader-text"><?php _e( 'Video: In the new image editor, an image icon gets dragged and dropped into the space, which turns blue to accept the upload. The image expands to fill the editor. Dragging a handle on the right side of the image widens it to scale and resizes the editor to fit. Next the cursor moves to a text area below the image and clicks to bring up standard block text-editing tools and write a caption for the image. Clicking in the image dismisses the text tools, and the cursor now moves to a toolbar at the top of the image space. A click on the Crop icon reveals a dropdown set of common aspect ratios; lingering briefly on one choice demos the crop. Applying it requires a confirmation click in the toolbar.' ); ?></figcaption> 135 </figure> 117 136 <h3><?php _e( 'Inline image editing' ); ?></h3> 118 137 <p><?php _e( 'Crop, rotate, and zoom your photos right from the image block. If you spend a lot of time on images, this could save you hours!' ); ?></p> 119 <h3><?php _e( 'Block patterns' ); ?></h3> 120 <p><?php _e( 'New block patterns make it simple and fun to create complex, beautiful layouts, using combinations of text and media that you can mix and match to fit your story.' ); ?></p> 121 <p><?php _e( 'You will also find block patterns in a wide variety of plugins and themes, with more added all the time. Pick any of them from a single dropdown — just click and go!' ); ?></p> 122 </div> 123 <div class="column"> 138 124 139 <h3><?php _e( 'The New Block Directory' ); ?></h3> 125 140 <p><?php _e( 'Now it’s easier than ever to find the block you need. The new block directory is built right into the block editor, so you can install new block types to your site without ever leaving the editor.' ); ?></p> … … 132 147 <hr /> 133 148 134 <div class="about__section has- 2-columns">149 <div class="about__section has-1-column"> 135 150 <div class="column"> 136 151 <h2><?php _e( 'Accessibility' ); ?></h2> … … 138 153 <p><?php _e( 'Now you can copy links in media screens and modal dialogs with a button, instead of trying to highlight a line of text.' ); ?></p> 139 154 <p><?php _e( 'You can also move meta boxes with the keyboard, and edit images in WordPress with your assistive device, as it can read you the instructions in the image editor.' ); ?></p> 140 </div>141 <div class="column is-edge-to-edge" style="background-color:skyblue;">142 155 </div> 143 156 </div> … … 212 225 ?> 213 226 </li> 214 <li><?php _e( 'New filters let custom post types associated with the category taxonomy have a default term beyond “Uncategorized”.' ); ?></li> 227 <li><?php _e( 'Custom post types associated with the category taxonomy can now opt-in to supporting the default term.' ); ?></li> 228 <li> 229 <?php 230 printf( 231 /* translators: %s: 'register_taxonomy' function name. */ 232 __( 'Default terms can now be specified for custom taxonomies in %s.' ), 233 '<code>register_taxonomy()</code>' 234 ); 235 ?> 236 </li> 237 <li> 238 <?php 239 printf( 240 /* translators: %s: 'register_meta' function name. */ 241 __( 'The REST API now officially supports specifying default metadata values through %s.' ), 242 '<code>register_meta()</code>' 243 ); 244 ?> 245 </li> 215 246 <li><?php _e( 'You will find updated versions of these bundled libraries: SimplePie, Twemoji, Masonry, imagesLoaded, getID3, Moment.js, and clipboard.js.' ); ?></li> 216 247 </ul> 217 248 </div> 218 </div>219 220 <hr class="is-small" />221 222 <div class="about__section">223 224 249 </div> 225 250
Note: See TracChangeset
for help on using the changeset viewer.