Help/About: Update the about page images for WordPress 6.7.
Updates the about page images with more colourful imagery. Props sfougnier, fcoveram, Joen, davidbaumwald, ryelle. Fixes #61961. Built from https://develop.svn.wordpress.org/trunk@59374 git-svn-id: http://core.svn.wordpress.org/trunk@58760 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1a6e117084
commit
08fc6012f1
|
@ -80,7 +80,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-vertically-aligned-center">
|
<div class="column is-vertically-aligned-center">
|
||||||
<div class="about__image">
|
<div class="about__image">
|
||||||
<img src="https://s.w.org/images/core/6.7/feature-tt5.webp" alt="" height="436" width="436" />
|
<img src="https://s.w.org/images/core/6.7/feature-tt5-2.webp" alt="" height="436" width="436" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -88,7 +88,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||||
<div class="about__section has-2-columns">
|
<div class="about__section has-2-columns">
|
||||||
<div class="column is-vertically-aligned-center">
|
<div class="column is-vertically-aligned-center">
|
||||||
<div class="about__image">
|
<div class="about__image">
|
||||||
<img src="https://s.w.org/images/core/6.7/feature-zoom.webp" alt="" height="436" width="436" />
|
<img src="https://s.w.org/images/core/6.7/feature-zoom-2.webp" alt="" height="436" width="436" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-vertically-aligned-center">
|
<div class="column is-vertically-aligned-center">
|
||||||
|
@ -110,7 +110,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-vertically-aligned-center">
|
<div class="column is-vertically-aligned-center">
|
||||||
<div class="about__image">
|
<div class="about__image">
|
||||||
<img src="https://s.w.org/images/core/6.7/feature-block-bindings.png" alt="" height="436" width="436" />
|
<img src="https://s.w.org/images/core/6.7/feature-block-bindings-2.webp" alt="" height="436" width="436" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -118,7 +118,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||||
<div class="about__section has-2-columns">
|
<div class="about__section has-2-columns">
|
||||||
<div class="column is-vertically-aligned-center">
|
<div class="column is-vertically-aligned-center">
|
||||||
<div class="about__image">
|
<div class="about__image">
|
||||||
<img src="https://s.w.org/images/core/6.7/feature-font-presets.png" alt="" height="436" width="436" />
|
<img src="https://s.w.org/images/core/6.7/feature-font-presets-2.png" alt="" height="436" width="436" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-vertically-aligned-center">
|
<div class="column is-vertically-aligned-center">
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.8-alpha-59373';
|
$wp_version = '6.8-alpha-59374';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue