Make WordPress Core

Changeset 59719


Ignore:
Timestamp:
01/28/2025 09:44:57 AM (6 months ago)
Author:
audrasjb
Message:

Coding Standards: Add missing global variable in determine_locale() docblock.

Props upadalavipul, mukesh27, dhruvang21.
Fixes #62875.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/l10n.php

    r59478 r59719  
    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.
Note: See TracChangeset for help on using the changeset viewer.