Make WordPress Core


Ignore:
Timestamp:
05/26/2024 08:49:30 PM (9 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct the placement of @global tags in various files.

Follow-up to [6589], [8598], [10798], [25490], [25594], [31192], [31194], [35718], [37437], [44169], [44948], [45247], [56763], [56773], [57370], [57503].

Props shailu25.
Fixes #61295.

File:
1 edited

Legend:

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

    r56178 r58200  
    356356     * For backward compatibility only.
    357357     *
     358     * @since 2.1.0
    358359     * @deprecated For backward compatibility only.
    359360     *
     
    363364     * @global array $month
    364365     * @global array $month_abbrev
    365      *
    366      * @since 2.1.0
    367366     */
    368367    public function register_globals() {
Note: See TracChangeset for help on using the changeset viewer.