#39664 closed enhancement (fixed)
Text change/correction adding a missing period to wp_die message.
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Change History (5)
Note: See
TracTickets for help on using
tickets.
wow, https://core.trac.wordpress.org/changeset/2019 from 2004-12-30