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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17043 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-12-18 17:53:29 +00:00
parent c00788260a
commit 8a52e23479
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