diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-05-28 10:07:33 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-05-28 10:07:33 +0200 |
commit | fda2159499c0461c3f8734792b9f2756db502eae (patch) | |
tree | a87dcd624c079c5417c30ef003bfdb2a29ee5079 /includes/templates | |
parent | 7fc713210ca3b62b73f65797d6636dfaf489b0e1 (diff) |
update to 1.15.4
Diffstat (limited to 'includes/templates')
-rw-r--r-- | includes/templates/Userlogin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/templates/Userlogin.php b/includes/templates/Userlogin.php index 432d3003..2ca9c3c4 100644 --- a/includes/templates/Userlogin.php +++ b/includes/templates/Userlogin.php @@ -268,6 +268,7 @@ class UsercreateTemplate extends QuickTemplate { </tr> </table> <?php if( @$this->haveData( 'uselang' ) ) { ?><input type="hidden" name="uselang" value="<?php $this->text( 'uselang' ); ?>" /><?php } ?> +<?php if( @$this->haveData( 'token' ) ) { ?><input type="hidden" name="wpCreateaccountToken" value="<?php $this->text( 'token' ); ?>" /><?php } ?> </form> </div> <div id="signupend"><?php $this->msgWiki( 'signupend' ); ?></div> |