Changeset 54690 for trunk/src/wp-admin/about.php
- Timestamp:
- 10/25/2022 02:54:42 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r54635 r54690 63 63 <div class="column"> 64 64 <div class="about__image" style="background-color:#353535;"> 65 <img src="https:// make.wordpress.org/core/files/2022/10/about-61-style-variations.webp" alt="" />65 <img src="https://s.w.org/images/core/6.1/about-61-style-variations.webp" alt="" /> 66 66 </div> 67 67 </div> … … 97 97 <div class="column"> 98 98 <div class="about__image has-subtle-background-color"> 99 <img src="https:// make.wordpress.org/core/files/2022/10/about-61-templates.webp" alt="" />99 <img src="https://s.w.org/images/core/6.1/about-61-templates.webp" alt="" /> 100 100 </div> 101 101 </div> … … 105 105 <div class="column"> 106 106 <div class="about__image has-subtle-background-color"> 107 <img src="https:// make.wordpress.org/core/files/2022/10/about-61-design-tools.webp" alt="" />107 <img src="https://s.w.org/images/core/6.1/about-61-design-tools.webp" alt="" /> 108 108 </div> 109 109 </div> … … 137 137 <div class="column"> 138 138 <div class="about__image has-subtle-background-color"> 139 <img src="https:// make.wordpress.org/core/files/2022/10/about-61-navigation.webp" alt="" />139 <img src="https://s.w.org/images/core/6.1/about-61-navigation.webp" alt="" /> 140 140 </div> 141 141 </div> … … 145 145 <div class="column"> 146 146 <div class="about__image has-accent-background-color"> 147 <img src="https:// make.wordpress.org/core/files/2022/10/about-61-document-settings.webp" alt="" />147 <img src="https://s.w.org/images/core/6.1/about-61-document-settings.webp" alt="" /> 148 148 </div> 149 149 <h3><?php _e( 'Improved layout and visualization of document settings' ); ?></h3> … … 152 152 <div class="column"> 153 153 <div class="about__image has-accent-background-color"> 154 <img src="https:// make.wordpress.org/core/files/2022/10/about-61-lock.webp" alt="" />154 <img src="https://s.w.org/images/core/6.1/about-61-lock.webp" alt="" /> 155 155 </div> 156 156 <h3><?php _e( 'One-click lock settings for all inner blocks' ); ?></h3> … … 162 162 <div class="column"> 163 163 <div class="column about__image is-edge-to-edge has-accent-background-color"> 164 <img src="https:// make.wordpress.org/core/files/2022/10/about-61-sub-feature-1.webp" alt="" />164 <img src="https://s.w.org/images/core/6.1/about-61-sub-feature-1.webp" alt="" /> 165 165 </div> 166 166 <h3 class="is-smaller-heading"><?php _e( 'Improved block placeholders' ); ?></h3> … … 169 169 <div class="column"> 170 170 <div class="column about__image is-edge-to-edge has-accent-background-color"> 171 <img src="https:// make.wordpress.org/core/files/2022/10/about-61-sub-feature-2.webp" alt="" />171 <img src="https://s.w.org/images/core/6.1/about-61-sub-feature-2.webp" alt="" /> 172 172 </div> 173 173 <h3 class="is-smaller-heading"><?php _e( 'Compose richer lists and quotes with inner blocks' ); ?></h3> … … 176 176 <div class="column"> 177 177 <div class="column about__image is-edge-to-edge has-accent-background-color"> 178 <img src="https:// make.wordpress.org/core/files/2022/10/about-61-sub-feature-3.webp" alt="" />178 <img src="https://s.w.org/images/core/6.1/about-61-sub-feature-3.webp" alt="" /> 179 179 </div> 180 180 <h3 class="is-smaller-heading"><?php _e( 'More responsive text with fluid typography' ); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.