Opened 10 years ago
Closed 10 years ago
#5493 closed defect (bug) (fixed)
typo for email
Reported by: | danbp | Owned by: | djpaul |
---|---|---|---|
Milestone: | 2.0 | Priority: | low |
Severity: | normal | Version: | 2.0 |
Component: | Members | Keywords: | needs-patch |
Cc: |
Description
BP 2.0 beta testing with WP 3.8.1 and 2012 theme - local install with php 5.4.12 - mySql 5.6.12 - apache 2.2.4
[typo}E-mail vs. Email in /admin/bp-members-classes.php:129,144,442,447
Same string with %s and %1$s usage ?
bp-xprofile_activity.php:102
%s’s profile was updated
testcases/xprofile/activity.php:356
%1$s’s profile was updated
Change History (4)
#2
@
10 years ago
- Keywords needs-patch added
- Version set to 2.0
[typo}E-mail vs. Email in /admin/bp-members-classes.php:129,144,442,447
Not sure this qualifies as a "typo" :) But yes, we should probably be consistent. I looked to see if WP had a style, but they're very inconsistent. We tend to use "Email" (which I prefer anyway) so let's go ahead and change these newly introduced strings. Thanks for the report.
This is not a bug. It's just the unit test.