Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 8 years ago

#2516 closed defect (bug) (fixed)

Missing space in bp-themes/bp-default/registration/register.php

Reported by: oferwald's profile oferwald Owned by:
Milestone: 1.2.6 Priority: trivial
Severity: Version:
Component: Templates Keywords: has-patch
Cc:

Description

Hello

Line 209 of this file now reads:

<input type="submit"name="signup_submit" id="signup_submit" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?> &rarr;" />

Notice the missing space between type and name, this causes the transposh plugin to freak out (and I guess the page will fail w3c validation)

The line should read

<input type="submit" name="signup_submit" id="signup_submit" value="<?php _e( 'Complete Sign Up', 'buddypress' ) ?> &rarr;" />

Attachments (1)

2516.001.patch (675 bytes) - added by r-a-y 14 years ago.

Download all attachments as: .zip

Change History (4)

@r-a-y
14 years ago

#1 @r-a-y
14 years ago

  • Keywords has-patch added; theme trivial patch-suggested removed
  • Milestone changed from 1.3 to 1.2.6

Patch based on oferwald's suggestion.

FYI, initial bug reported on the forums here:
http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/help-new-user-registration-not-working/

#2 @johnjamesjacoby
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3136]) Fixes #2516 props r-a-y

#3 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.