[UPHPU] Re: Yet more wordpress
Velda Christensen
velda at novapages.com
Sun Apr 22 22:40:46 MDT 2007
Alright, sorry to keep bugging you all. This is driving me loopy. Check
this page out.
http://www.businessofdesignonline.com/wp-login.php?action=lostpassword
Have a look at the html:
(... everything's normal till here ...)
<label>Username:<br />
<input type="text" name="user_login" id="user_login" value="" size="20" tabindex="1" /></label></p>
<p><label>
And then it just stops. Here's the just a little snippet of the login
form that ought to be making this part of the page work. No die
statements. Could it be a problem with this _e() command? I dont' even
know what that is. :-$ - But I see it seems to work fine for the
'username' label.
<form (blah blah, removing details here since they're irrelevant)>
<p>
<input type="hidden" name="action" value="retrievepassword" />
<label><?php _e('Username:') ?><br />
<input type="text" name="user_login" id="user_login" value="" size="20"
tabindex="1" /></label></p>
<p><label><?php _e('E-mail:') ?><br />
<input type="text" name="email" id="email" value="" size="25"
tabindex="2" /></label><br />
</p>
<p class="submit"><input type="submit" name="submit" id="submit"
value="<?php _e('Retrieve Password'); ?> »" tabindex="3" /></p>
</form>
So I assume the _e() has something to do with ... translations anyway,
but can you think of any reason it'd cut off there?
Ever seen anything like it?
-V
More information about the UPHPU
mailing list