Opened 20 years ago
Closed 19 years ago
#1682 closed enhancement (duplicate)
Patch for wp_login_head Action in wp-login.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 1.6 |
| Component: | Administration | Keywords: | bg|2nd-opinion bg|has-patch bg|commit |
| Focuses: | Cc: |
Description
The patch attached adds a wp_login_head action hook to wp-login.php.
The use for this can range from adding JavaScripts or stylesheets that you don't want to be in the wp-admin pages (wp_admin_head), or the other way around.
Attachments (1)
Change History (6)
#1
@
20 years ago
- Keywords bg|2nd-opinion bg|has-patch added
Perhaps we should allow generic theming of the login page (i.e., a login.php file in a theme), rather than just a hook or two.
On the other hand, maybe not, as the login page is more admin than blog, and we don't currently allow styling of the admin pages (other than admin_head)
#2
@
20 years ago
It's not simply admin if users are moved through it to login and on logoff, redirected to it. I agree that it should be added.
Note: See
TracTickets for help on using
tickets.
Adds wp_login_head hook to wp-login.php.