diff --git a/wp-admin/about.php b/wp-admin/about.php index 148d68f503..7b1c78c01d 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -47,7 +47,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

- + ℹ

diff --git a/wp-includes/version.php b/wp-includes/version.php index 5a871dd917..1d833f4421 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-RC3-43966'; +$wp_version = '5.0-RC3-43967'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.