Ticket #46790: 46790.patch
File 46790.patch, 493 bytes (added by , 6 years ago) |
---|
-
src/wp-includes/admin-bar.php
diff --git a/src/wp-includes/admin-bar.php b/src/wp-includes/admin-bar.php index 6600c651df..bb32a23cfb 100644
a b function wp_admin_bar_wp_menu( $wp_admin_bar ) { 171 171 'parent' => 'wp-logo-external', 172 172 'id' => 'support-forums', 173 173 'title' => __( 'Support Forums' ), 174 'href' => __( 'https://wordpress.org/support/ ' ),174 'href' => __( 'https://wordpress.org/support/forums/' ), 175 175 ) 176 176 ); 177 177