Changeset 56157 for trunk/src/wp-login.php
- Timestamp:
- 07/07/2023 12:34:26 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r55988 r56157 316 316 ! $interim_login && 317 317 /** 318 * Filters the Languages select input activationon the login screen.318 * Filters whether to display the Language selector on the login screen. 319 319 * 320 320 * @since 5.9.0 321 321 * 322 * @param bool Whether to display the Languages select inputon the login screen.322 * @param bool $display Whether to display the Language selector on the login screen. 323 323 */ 324 324 apply_filters( 'login_display_language_dropdown', true )
Note: See TracChangeset
for help on using the changeset viewer.