diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
index f43583cd60..7866adfe79 100644
|
a
|
b
|
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 69 | 69 | <div class="about__section has-2-columns"> |
| 70 | 70 | <div class="column"> |
| 71 | 71 | <div class="about__image"> |
| 72 | | <img src="https://s.w.org/images/core/6.2/about-site-editor.png" alt="" /> |
| | 72 | <img src="<?php echo esc_url( 'https://s.w.org/images/core/6.2/about-site-editor.png' ); ?>" alt="" /> |
| 73 | 73 | </div> |
| 74 | 74 | </div> |
| 75 | 75 | <div class="column is-vertically-aligned-center"> |
| … |
… |
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 85 | 85 | </div> |
| 86 | 86 | <div class="column"> |
| 87 | 87 | <div class="about__image"> |
| 88 | | <img src="https://s.w.org/images/core/6.2/about-navigation.png" alt="" /> |
| | 88 | <img src="<?php echo esc_url( 'https://s.w.org/images/core/6.2/about-navigation.png' ); ?>" alt="" /> |
| 89 | 89 | </div> |
| 90 | 90 | </div> |
| 91 | 91 | </div> |
| … |
… |
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 93 | 93 | <div class="about__section has-2-columns"> |
| 94 | 94 | <div class="column"> |
| 95 | 95 | <div class="about__image"> |
| 96 | | <img src="https://s.w.org/images/core/6.2/about-block-inserter.png" alt="" /> |
| | 96 | <img src="<?php echo esc_url( 'https://s.w.org/images/core/6.2/about-block-inserter.png' ); ?>" alt="" /> |
| 97 | 97 | </div> |
| 98 | 98 | </div> |
| 99 | 99 | <div class="column is-vertically-aligned-center"> |
| … |
… |
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 109 | 109 | </div> |
| 110 | 110 | <div class="column"> |
| 111 | 111 | <div class="about__image"> |
| 112 | | <img src="https://s.w.org/images/core/6.2/about-split-controls-fixed.png" alt="" /> |
| | 112 | <img src="<?php echo esc_url( 'https://s.w.org/images/core/6.2/about-split-controls-fixed.png' ); ?>" alt="" /> |
| 113 | 113 | </div> |
| 114 | 114 | </div> |
| 115 | 115 | </div> |
| … |
… |
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 117 | 117 | <div class="about__section has-2-columns"> |
| 118 | 118 | <div class="column"> |
| 119 | 119 | <div class="about__image"> |
| 120 | | <img src="https://s.w.org/images/core/6.2/about-headers.png" alt="" /> |
| | 120 | <img src="<?php echo esc_url( 'https://s.w.org/images/core/6.2/about-headers.png' ); ?>" alt="" /> |
| 121 | 121 | </div> |
| 122 | 122 | <h3><?php _e( 'Build faster with headers and footers for block themes' ); ?></h3> |
| 123 | 123 | <p><?php _e( 'Discover a new collection of header and footer patterns to choose from. Use them with any block theme as a quick, high-quality starting point for your site’s templates.' ); ?></p> |
| 124 | 124 | </div> |
| 125 | 125 | <div class="column"> |
| 126 | 126 | <div class="about__image"> |
| 127 | | <img src="https://s.w.org/images/core/6.2/about-openverse.png" alt="" /> |
| | 127 | <img src="<?php echo esc_url( 'https://s.w.org/images/core/6.2/about-openverse.png' ); ?>" alt="" /> |
| 128 | 128 | </div> |
| 129 | 129 | <h3><?php _e( 'Explore Openverse media right from the Editor' ); ?></h3> |
| 130 | 130 | <p><?php _e( 'Openverse’s library catalogs over 600 million free, openly licensed stock images and audio—and now it’s directly integrated into the Editor.' ); ?></p> |
| … |
… |
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 134 | 134 | <div class="about__section has-2-columns"> |
| 135 | 135 | <div class="column"> |
| 136 | 136 | <div class="about__image"> |
| 137 | | <img src="https://s.w.org/images/core/6.2/about-distraction-free.png" alt="" /> |
| | 137 | <img src="<?php echo esc_url( 'https://s.w.org/images/core/6.2/about-distraction-free.png' ); ?>" alt="" /> |
| 138 | 138 | </div> |
| 139 | 139 | <h3><?php _e( 'Focus on writing with Distraction Free mode' ); ?></h3> |
| 140 | 140 | <p><?php _e( 'For those times you want to be alone with your ideas. You can now hide all your panels and controls, leaving you free to bring your content to life.' ); ?></p> |
| 141 | 141 | </div> |
| 142 | 142 | <div class="column"> |
| 143 | 143 | <div class="about__image"> |
| 144 | | <img src="https://s.w.org/images/core/6.2/about-out-of-beta.png" alt="" /> |
| | 144 | <img src="<?php echo esc_url( 'https://s.w.org/images/core/6.2/about-out-of-beta.png' ); ?>" alt="" /> |
| 145 | 145 | </div> |
| 146 | 146 | <h3><?php _e( 'Experience the Site Editor, now out of beta' ); ?></h3> |
| 147 | 147 | <p><?php _e( 'Stable and ready for you to dive in and explore: 6.2 is your personal invitation to discover what the next generation of WordPress—and Block themes—can do.' ); ?></p> |
| … |
… |
require_once ABSPATH . 'wp-admin/admin-header.php'; |
| 151 | 151 | <div class="about__section has-3-columns"> |
| 152 | 152 | <div class="column"> |
| 153 | 153 | <div class="about__image"> |
| 154 | | <img src="https://s.w.org/images/core/6.2/about-style-book.png" alt="" /> |
| | 154 | <img src="<?php echo esc_url( 'https://s.w.org/images/core/6.2/about-style-book.png' ); ?>" alt="" /> |
| 155 | 155 | </div> |
| 156 | 156 | <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Style Book' ); ?></h3> |
| 157 | 157 | <p><?php _e( 'Use the new Style Book to get a complete overview of how every block in your site’s library looks. All in one place, all at a glance.' ); ?></p> |
| 158 | 158 | </div> |
| 159 | 159 | <div class="column"> |
| 160 | 160 | <div class="about__image"> |
| 161 | | <img src="https://s.w.org/images/core/6.2/about-copy-paste.png" alt="" /> |
| | 161 | <img src="<?php echo esc_url( 'https://s.w.org/images/core/6.2/about-copy-paste.png' ); ?>" alt="" /> |
| 162 | 162 | </div> |
| 163 | 163 | <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Copy and paste styles' ); ?></h3> |
| 164 | 164 | <p><?php _e( 'Perfect the design on one type of block, then copy and paste those styles to other blocks to get just the look you want.' ); ?></p> |
| 165 | 165 | </div> |
| 166 | 166 | <div class="column"> |
| 167 | 167 | <div class="about__image"> |
| 168 | | <img src="https://s.w.org/images/core/6.2/about-custom-css.png" alt="" /> |
| | 168 | <img src="<?php echo esc_url( 'https://s.w.org/images/core/6.2/about-custom-css.png' ); ?>" alt="" /> |
| 169 | 169 | </div> |
| 170 | 170 | <h3 class="is-smaller-heading" style="margin-bottom:calc(var(--gap) / 4);"><?php _e( 'Custom CSS' ); ?></h3> |
| 171 | 171 | <p><?php _e( 'Power up your site any way you wish. Add CSS to your site, or your blocks, for another level of control over your site’s look and feel.' ); ?></p> |