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:
parent
08927ad10a
commit
83d746d240
@ -691,6 +691,7 @@ wp_attempt_focus();
|
||||
<?php } ?>
|
||||
if(typeof wpOnload=='function')wpOnload();
|
||||
</script>
|
||||
<?php do_action( 'login_footer' ); ?>
|
||||
</body>
|
||||
</html>
|
||||
<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user