Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15880 closed defect (bug) (fixed)

Default wp-login.php case is missing the new login_footer action

Reported by: nacin's profile nacin Owned by:
Milestone: 3.1 Priority: normal
Severity: normal Version: 3.1
Component: General Keywords: has-patch commit
Focuses: Cc:

Attachments (1)

15880.diff (305 bytes) - added by nacin 13 years ago.

Download all attachments as: .zip

Change History (7)

#1 @nacin
13 years ago

What we use it for:

./wp-includes/default-filters.php:217:add_action( 'login_footer',        'wp_print_footer_scripts'              );

@nacin
13 years ago

#2 @nacin
13 years ago

[16000]

Ryan gave the nod.

#3 @nacin
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [17043]) Add login_footer action to the default case, which doesn't use login_footer(). fixes #15880.

#4 @nacin
13 years ago

(In [17044]) Merge the help strings across the network/site- pages. see #15880.

#5 @nacin
13 years ago

Oops, last changeset should have hit #15314.

#6 @nacin
13 years ago

(In [17144]) D'oh. Use the proper URL to the multisite support forum. see #15880.

Note: See TracTickets for help on using tickets.