Combining Register and Login Page Classipress
I am adding the register box to the login page and vice-versa.
Most of the coding is done and working. But how do I call the following scripts into tpl-login.php
<script type='text/javascript'>var userSettings={"url":"\/","uid":"0","time":"1446045047","secure":""};</script><script type='text/javascript' src='http://mydomain.com/
wp-includes/
js/utils.min.
js?ver=4.3.1'></script><script type='text/javascript'>var _zxcvbnSettings={"src":"http:\/\/mydomain.com\/
wp-includes\/
js\/zxcvbn.min.
js"};</script><script type='text/javascript' src='http://mydomain.com/
wp-includes/
js/zxcvbn-async.min.
js?ver=1.0'></script>
They appear in the <head> section of tpl-register.php template page source code.