Make WordPress Core

Ticket #62875: 62875-updated.patch

File 62875-updated.patch, 501 bytes (added by dhruvang21, 15 months ago)

Updated patch

  • src/wp-includes/l10n.php

    diff --git a/src/wp-includes/l10n.php b/src/wp-includes/l10n.php
    index 1ed9a6a1a8..513039a83d 100644
    a b function get_user_locale( $user = 0 ) { 
    116116 *
    117117 * @since 5.0.0
    118118 *
    119  * @global string $pagenow The filename of the current screen.
     119 * @global string $pagenow          The filename of the current screen.
     120 * @global string $wp_local_package Locale code of the package.
    120121 *
    121122 * @return string The determined locale.
    122123 */