Make WordPress Core


Ignore:
Timestamp:
07/07/2023 12:34:26 AM (20 months ago)
Author:
johnbillion
Message:

Docs: Correct the formatting of various filter documentation.

See #57840

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r55988 r56157  
    316316        ! $interim_login &&
    317317        /**
    318          * Filters the Languages select input activation on the login screen.
     318         * Filters whether to display the Language selector on the login screen.
    319319         *
    320320         * @since 5.9.0
    321321         *
    322          * @param bool Whether to display the Languages select input on the login screen.
     322         * @param bool $display Whether to display the Language selector on the login screen.
    323323         */
    324324        apply_filters( 'login_display_language_dropdown', true )
Note: See TracChangeset for help on using the changeset viewer.