Make WordPress Core

Changeset 56718

Timestamp:
09/26/2023 04:09:38 PM (10 months ago)
Author:
SergeyBiryukov
Message:

Login and Registration: Add /login.php as an alias for the login page.

This aims to make the login process more user-friendly.

Follow-up to [19875], [19880].

Props lancewillett, subrataemfluence, tejwanihemant, ankit-k-gupta, devmuhib, audrasjb, hellofromTonya, joemcgill.
Fixes #40762.

File:
1 edited

Legend:

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

    r56657 r56718  
    10291029    $logins = array(
    10301030        home_url( 'wp-login.php', 'relative' ),
     1031
    10311032        home_url( 'login', 'relative' ),
    10321033        site_url( 'login', 'relative' ),
Note: See TracChangeset for help on using the changeset viewer.