diff --git a/wp-admin/options.php b/wp-admin/options.php index c07801050c..5d224f37c4 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -47,7 +47,7 @@ if ( empty( $option_page ) ) { if ( ! current_user_can( $capability ) ) { wp_die( '

' . __( 'You need a higher level of permission.' ) . '

' . - '

' . __( 'Sorry, you are not allowed to manage these options.' ) . '

', + '

' . __( 'Sorry, you are not allowed to manage options for this site.' ) . '

', 403 ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 7198290797..1b3e119bbe 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45438'; +$wp_version = '5.3-alpha-45439'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.