Make WordPress Core

#57669 closed enhancement (invalid)

Need to change comment title word from Massage to Message

Reported by: rajanpanchal2028's profile rajanpanchal2028 Owned by:
Milestone: Priority: normal
Severity: major Version: 6.2
Component: External Libraries Keywords: has-patch close
Focuses: docs Cc:

Description

On the Request.php file given comment word is wrong.The given Comment word is Massage but that should be a Message So I have changed it on the WP-Include Folder.

Please visit the below path for more details
wp-includes/Requests/src/Requests.php Line number 695.

Attachments (1)

57669.patch (473 bytes) - added by rajanpanchal2028 18 months ago.

Download all attachments as: .zip

Change History (3)

#1 @SergeyBiryukov
18 months ago

  • Component changed from Comments to External Libraries
  • Focuses administration coding-standards removed
  • Keywords close added

Hi there, thanks for the patch!

The existing comment is correct as is, "massage" is used in its second meaning here:

To manipulate (data, a document etc.) to make it more presentable or more convenient to work with.

That said, it could use a better wording, for example "Adjust the type to ensure we support it".

Please note that Requests is an external library and should not be patched directly in WordPress core, any suggested changes would need to be submitted to the upstream GitHub repository.

#2 @jrf
18 months ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

I concur with @SergeyBiryukov. Massage is the correct word, though could possibly use clarification in the upstream repo.

Note: See TracTickets for help on using tickets.