Changeset 50541 for trunk/src/wp-login.php
- Timestamp:
- 03/18/2021 02:11:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r50505 r50541 318 318 <script type="text/javascript"> 319 319 try{document.getElementById('<?php echo $input_id; ?>').focus();}catch(e){} 320 if(typeof wpOnload== 'function')wpOnload();320 if(typeof wpOnload==='function')wpOnload(); 321 321 </script> 322 322 <?php
Note: See TracChangeset
for help on using the changeset viewer.