Make WordPress Core

Ticket #62459: 62459.patch

File 62459.patch, 468 bytes (added by ruturajraval2305, 8 weeks ago)

Patch is here

  • 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 ) { 
    205205                        'parent' => 'wp-logo-external',
    206206                        'id'     => 'learn',
    207207                        'title'  => __( 'Learn WordPress' ),
    208                         'href'   => 'https://learn.wordpress.org/',
     208                        'href'   => __( 'https://learn.wordpress.org/' ),
    209209                )
    210210        );
    211211