Commits
User selector
Commit history
Commits on Feb 28, 2026
Code Quality: Remove extra leading space in the class attribute in `login_header()`.
Show description for 0d52263committed
Commits on Feb 18, 2026
Admin: Apply scheme styles in non-admin admin screens.
Show description for 0b87a0fcommitted
Commits on Feb 16, 2026
Users: Set username, email, and password fields to ltr.
Show description for 4c06fadcommitted
Commits on Feb 10, 2026
Login and Registration: Populate username after password reset.
Show description for 163bc04committed
Commits on Dec 26, 2025
Scripts: Remove default type attribute from tags.
Show description for d96ff0bcommitted
Commits on Dec 16, 2025
Docs: Miscellaneous improvements and corrections to inline documentation.
Show description for 2ae6561committed
Commits on Dec 11, 2025
I18N: Add missing translation functions for REST API app login.
Show description for 54c8458committed
Commits on Oct 29, 2025
Coding Standards: Simplify the `$_REQUEST['reauth']` check in `wp-login.php`.
Show description for 65fb422committed
Commits on May 16, 2025
Login and Registration: Check that `action` is a string in `wp-login.php`.
Show description for 8b466fccommitted
Commits on Feb 3, 2025
Posts, Post Types: Explicitly pass a redirect URL for the post permalink when submitting the post password form.
Show description for 8711aa5committed
Commits on Jan 21, 2025
Security: Set the HttpOnly flag for the test cookie and the `wp_lang` cookie on the login screen.
Show description for 2adec31committed
Commits on Sep 30, 2024
Login and Registration: Add descriptive `h1` on login screens.
Show description for 891a774committedGeneral: Remove `noopener` from links opening in a new tab.
Show description for 4aeab33committed
Commits on Sep 17, 2024
General: Add missing `initial-scale` value in viewport meta tags.
Show description for 7dad836committed
Commits on Jul 2, 2024
Login and Registration: Remove redundant escaping in `wp-login.php`.
Show description for 67aa1d9committed
Commits on May 28, 2024
Docs: Clarify that the `$wp_error` parameter of `login_header()` is nullable.
Show description for f4165aecommitted
Commits on May 27, 2024
Login and Registration: `login_header()` docblock update after [58209].
Show description for aa34065committedLogin and Registration: Ensure login header title is translatable.
Show description for 95a31c3committed
Commits on May 3, 2024
Login and Registration: Check that `post_password` is a string in `wp-login.php`.
Show description for a412372committed
Commits on Apr 18, 2024
Login and Registration: Check that `redirect_to` is a string in `wp-login.php`.
Show description for 80096ddcommitted
Commits on Mar 11, 2024
Docs: Update various HelpHub links to avoid unnecessary redirections.
Show description for e5a7795committed
Commits on Jan 16, 2024
Administration: Remove empty form `action` attributes.
Show description for 35add73committed
Commits on Nov 29, 2023
Login and Registration: Use correct variable to display a single error message.
Show description for 96339bdcommitted
Commits on Sep 29, 2023
Script Loader: Remove erroneous `type` attribute from `script` tag wrapper on login screen.
Show description for 1092ac0committedScript Loader: Harden removal of script tag wrappers.
Show description for 8c0adc9committed
Commits on Sep 25, 2023
Commits on Sep 21, 2023
Login and Registration: Improve HTML for errors and notices.
Show description for b9adbb3committed
Commits on Sep 19, 2023
Login and Registration: Introduce classes `wp-login.php` footer links.
Show description for a0cce39committed
Commits on Aug 3, 2023
Coding Standards: Use `instanceof` keyword instead of the `is_a()` function.
Show description for b92491bcommitted
Commits on Jul 17, 2023
Code Modernization: Use `str_contains()` in a few more places.
Show description for 8b5cfe0committed
Commits on Jul 7, 2023
Docs: Correct the formatting of various filter documentation.
Show description for a7de2a8committed
Commits on Jun 22, 2023
Code Modernization: Replace usage of `strpos()` with `str_contains()`.
Show description for 9e9887dcommitted
Commits on Jun 20, 2023
Login and Registration: Add `required` to Username/password inputs.
Show description for c71fad7committed
Commits on Jun 14, 2023
Docs: Use third-person singular verbs in various function descriptions, as per docblocks standards.
Show description for 8b9691acommitted
Commits on May 2, 2023
Code Modernization: Replace usage of `strpos()` with `str_starts_with()`.
Show description for 4cb3e15committed