Ticket #62875: 62875-updated.patch
| File 62875-updated.patch, 501 bytes (added by , 15 months ago) |
|---|
-
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 ) { 116 116 * 117 117 * @since 5.0.0 118 118 * 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. 120 121 * 121 122 * @return string The determined locale. 122 123 */