1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-01-09 09:57:38 +01:00

Twenty Twenty-Four: Fix 6.4 Beta 2 image assets.

Fixes the image assets from [56764] for the images to properly render.

Adds binary file contents (resolves 0 bytes issue) and svn:mime-type property:
* abstract-geometric-art.webp
* building-exterior.webp
* hotel-facade.webp
* museum.webp
* tourist-and-building.webp
* windows.webp

Updates the binary file contents for renamed images:
* angular-roof.webp
* art-gallery.webp
* green-staircase.webp

Follow-up to [56764].

Unprops hellofromTonya.
Props onemaggie, luminuu, colorful-tones, desrosj, mukesh27, nendeb55, nicolefurlan, satishprajapati, shailu25.
Fixes .
See .
Built from https://develop.svn.wordpress.org/trunk@56775


git-svn-id: http://core.svn.wordpress.org/trunk@56287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
hellofromTonya 2023-10-04 17:02:26 +00:00
parent 4bf7dc11b0
commit ceffccb71f
10 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

(image error) Size: 0 B

After

(image error) Size: 98 KiB

Binary file not shown.

Before

(image error) Size: 48 KiB

After

(image error) Size: 82 KiB

Binary file not shown.

Before

(image error) Size: 76 KiB

After

(image error) Size: 116 KiB

Binary file not shown.

Before

(image error) Size: 0 B

After

(image error) Size: 195 KiB

Binary file not shown.

Before

(image error) Size: 154 KiB

After

(image error) Size: 244 KiB

Binary file not shown.

Before

(image error) Size: 0 B

After

(image error) Size: 80 KiB

Binary file not shown.

Before

(image error) Size: 0 B

After

(image error) Size: 121 KiB

Binary file not shown.

Before

(image error) Size: 0 B

After

(image error) Size: 65 KiB

Binary file not shown.

Before

(image error) Size: 0 B

After

(image error) Size: 123 KiB

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-beta2-56774';
$wp_version = '6.4-beta2-56775';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.