theme_user_pass

Versions
4.7
theme_user_pass($form)

Code

modules/user.module, line 1095

<?php
function theme_user_pass($form) {
  $output = '<p>'. t('Enter your username <strong><em>or</em></strong> your e-mail address.') .'</p>';
  $output .= form_render($form);
  return $output;
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.