diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php index f88d14db22..345d00017f 100644 --- a/wp-admin/theme-editor.php +++ b/wp-admin/theme-editor.php @@ -50,8 +50,8 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '

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

' . '

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

' . - '

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

' . - '

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

' . + '

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

' . + '

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

' . '

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

' . '

' . __( 'Support forums' ) . '

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