diff --git a/wp-admin/about.php b/wp-admin/about.php index 1d8499331d..fe9ef5979e 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -250,7 +250,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; Gallery block compatibility dev note.' ), + __( 'The changes to the Gallery block listed above are the result of a near-complete refactoring. Have you built a plugin or theme on the Gallery block functionality? Be sure to read the Gallery block compatibility dev note.' ), 'https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 85799f0bbc..30c9b4e336 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta4-52443'; +$wp_version = '5.9-beta4-52444'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.