Make WordPress Core

Ticket #46790: 46790.patch

File 46790.patch, 493 bytes (added by dilipbheda, 6 years ago)

Updated patch for this.

  • 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 ) { 
    171171                        'parent' => 'wp-logo-external',
    172172                        'id'     => 'support-forums',
    173173                        'title'  => __( 'Support Forums' ),
    174                         'href'   => __( 'https://wordpress.org/support/' ),
     174                        'href'   => __( 'https://wordpress.org/support/forums/' ),
    175175                )
    176176        );
    177177