diff --git a/wp-includes/admin-bar.php b/wp-includes/admin-bar.php index 0d7c3b63c7..9bb26e7ed7 100644 --- a/wp-includes/admin-bar.php +++ b/wp-includes/admin-bar.php @@ -205,7 +205,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) { 'parent' => 'wp-logo-external', 'id' => 'learn', 'title' => __( 'Learn WordPress' ), - 'href' => 'https://learn.wordpress.org/', + 'href' => __( 'https://learn.wordpress.org/' ), ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 75f420400a..a8f1d89f8c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59424'; +$wp_version = '6.8-alpha-59425'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.