diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 1c3d60a801..316bec1df7 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -338,15 +338,19 @@ printf(
- />
- +

- + + +

@@ -367,7 +371,7 @@ printf( ?> - + - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 3450d46baf..1f1f877f5c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta1-55330'; +$wp_version = '6.2-beta1-55331'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.