#20332 closed defect (bug) (fixed)

Fix minor punctuation issues in wpmu_validate_user_signup()

Reported by: dllh Owned by: ryan
Priority: normal Milestone: 3.4
Component: Multisite Version:
Severity: trivial Keywords: has-patch commit
Cc: daryl@…

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 14 months ago.
patch.2.diff (3.2 KB) - added by dllh 14 months ago.
applies changes to wpmu_validate_blog_signup() as well

Download all attachments as: .zip

Change History (6)

dllh14 months ago

comment:1 follow-up: ↓ 2   SergeyBiryukov14 months ago

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

dllh14 months ago

applies changes to wpmu_validate_blog_signup() as well

comment:2 in reply to: ↑ 1   dllh14 months 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.

  • Keywords commit added; needs-testing removed
  • Milestone changed from Awaiting Review to 3.4
  • Severity changed from normal to trivial
  • 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.