Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#39664 closed enhancement (fixed)

Text change/correction adding a missing period to wp_die message.

Reported by: presskopp's profile Presskopp Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.8 Priority: normal
Severity: trivial Version: 1.5
Component: Text Changes Keywords: has-patch
Focuses: Cc:

Description

This is probably the smallest possible change you can make, adding a '.'

I compared all the instances of wp_die messages, like wp_die(__('Invalid plugin page')); in admin.php, L.225 and it turns out to be the only one without a period, so here the patch to add it. I'm very proud of it ;-)

Other examples:

'Link not found.'
'Invalid user ID.'

Attachments (1)

39664.diff (644 bytes) - added by Presskopp 8 years ago.

Download all attachments as: .zip

Change History (5)

@Presskopp
8 years ago

#1 @Presskopp
8 years ago

  • Keywords has-patch added
  • Severity changed from normal to trivial

#2 @Presskopp
8 years ago

  • Version set to 1.5

#3 @SergeyBiryukov
8 years ago

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

In 39941:

Text Changes: Add a period to the only wp_die() message that didn't have it: "Invalid plugin page".

Props Presskopp.
Fixes #39664.

#4 @SergeyBiryukov
8 years ago

  • Milestone changed from Awaiting Review to 4.8
Note: See TracTickets for help on using tickets.