Ticket #62459: 62459.patch
File 62459.patch, 468 bytes (added by , 8 weeks ago) |
---|
-
src/wp-includes/admin-bar.php
diff --git a/src/wp-includes/admin-bar.php b/src/wp-includes/admin-bar.php index 0d7c3b63c7..9bb26e7ed7 100644
a b function wp_admin_bar_wp_menu( $wp_admin_bar ) { 205 205 'parent' => 'wp-logo-external', 206 206 'id' => 'learn', 207 207 'title' => __( 'Learn WordPress' ), 208 'href' => 'https://learn.wordpress.org/',208 'href' => __( 'https://learn.wordpress.org/' ), 209 209 ) 210 210 ); 211 211