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:
parent
c00788260a
commit
8a52e23479
|
@ -691,6 +691,7 @@ wp_attempt_focus();
|
|||
<?php } ?>
|
||||
if(typeof wpOnload=='function')wpOnload();
|
||||
</script>
|
||||
<?php do_action( 'login_footer' ); ?>
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue