Focus and blur styling (via JS) for the install screen language selector. Props jorbin. See #28577

git-svn-id: https://develop.svn.wordpress.org/trunk@29020 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2014-07-08 00:29:47 +00:00
parent 40be2934d4
commit 02a22f7dd4
6 changed files with 54 additions and 3 deletions

View File

@@ -281,5 +281,6 @@ if ( !wp_is_mobile() ) {
<script type="text/javascript">var t = document.getElementById('weblog_title'); if (t){ t.focus(); }</script>
<?php } ?>
<?php wp_print_scripts( 'user-profile' ); ?>
<?php wp_print_scripts( 'language-chooser' ); ?>
</body>
</html>