diff --git a/wp-admin/customize.php b/wp-admin/customize.php index 6597806e2f..87fb749ad5 100644 --- a/wp-admin/customize.php +++ b/wp-admin/customize.php @@ -250,7 +250,7 @@ do_action( 'customize_controls_head' );

Documentation on Customizer' ); + _e( 'Documentation on Customizer' ); ?>

diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index 790a16f781..f88d14db22 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -51,7 +51,7 @@ get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Theme Development' ) . '

' . '

' . __( 'Documentation on Editing Themes' ) . '

' . - '

' . __( 'Documentation on Editing Files' ) . '

' . + '

' . __( 'Documentation on Editing Files' ) . '

' . '

' . __( 'Documentation on Template Tags' ) . '

' . '

' . __( 'Support forums' ) . '

' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index cc5ef7d487..51f154a93a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta3-55431'; +$wp_version = '6.2-beta3-55432'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.