Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#20332 closed defect (bug) (fixed)

Fix minor punctuation issues in wpmu_validate_user_signup()

Reported by: dllh's profile dllh Owned by: ryan's profile ryan
Milestone: 3.4 Priority: normal
Severity: trivial Version:
Component: Multisite Keywords: has-patch commit
Focuses: Cc:

Description

Some of the validation error messages include terminal punctuation. Others don't. The forthcoming patch adds terminal punctuation where needed.

Attachments (2)

patch.diff (1.8 KB) - added by dllh 12 years ago.
patch.2.diff (3.2 KB) - added by dllh 12 years ago.
applies changes to wpmu_validate_blog_signup() as well

Download all attachments as: .zip

Change History (6)

@dllh
12 years ago

#1 follow-up: @SergeyBiryukov
12 years ago

There are also similar messages without terminal punctuation in wpmu_validate_blog_signup().

@dllh
12 years ago

applies changes to wpmu_validate_blog_signup() as well

#2 in reply to: ↑ 1 @dllh
12 years ago

Replying to SergeyBiryukov:

There are also similar messages without terminal punctuation in wpmu_validate_blog_signup().

Indeed there are. I've added a new patch that corrects them there as well.

#3 @SergeyBiryukov
12 years ago

  • Keywords commit added; needs-testing removed
  • Milestone changed from Awaiting Review to 3.4
  • Severity changed from normal to trivial

#4 @ryan
12 years ago

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

In [20441]:

Add terminal punctuation to some signup error messages. Props dllh. fixes #20332

Note: See TracTickets for help on using tickets.