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

git-svn-id: https://develop.svn.wordpress.org/trunk@17043 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-12-18 17:53:29 +00:00
parent 08927ad10a
commit 83d746d240
1 changed files with 1 additions and 0 deletions

View File

@ -691,6 +691,7 @@ wp_attempt_focus();
<?php } ?>
if(typeof wpOnload=='function')wpOnload();
</script>
<?php do_action( 'login_footer' ); ?>
</body>
</html>
<?php