Make WordPress Core

Opened 3 months ago

Closed 3 months ago

#60346 closed defect (bug) (fixed)

Several typo corrections in po.php file

Reported by: shailu25's profile shailu25 Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.5 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch
Focuses: docs Cc:

Description

Several typo corrections in inline documents in wp-includes/pomo/po.php

1. Line no 56

@return string sequence of mgsgid/msgstr PO strings, doesn't containt newline at the end

it Should be

@return string sequence of msgid/msgstr PO strings, doesn't contain a newline at the end

2. Line no 67

enrtries

It should be

entries

3. Line no 130

readbility

It Should be

readability

4. Line no 144

enascaped

It should be

escaped

Attachments (1)

60346.patch (1.9 KB) - added by shailu25 3 months ago.
Patch Added

Download all attachments as: .zip

Change History (4)

@shailu25
3 months ago

Patch Added

#1 @shailu25
3 months ago

  • Keywords has-patch added

#2 @SergeyBiryukov
3 months ago

  • Milestone changed from Awaiting Review to 6.5

#3 @SergeyBiryukov
3 months ago

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

In 57356:

Docs: Fix a few typos in wp-includes/pomo/po.php.

Props shailu25.
Fixes #60346.

Note: See TracTickets for help on using tickets.