From 933bb3999b1a26db025dd439fd0baecfeed12adc Mon Sep 17 00:00:00 2001
From: audrasjb
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.