Make WordPress Core

Opened 6 months ago

Closed 6 months ago

Last modified 6 months ago

#64160 closed defect (bug) (fixed)

Docs: Typo correction in class-wpdb.php

Reported by: truptikanzariya's profile truptikanzariya Owned by: westonruter's profile westonruter
Milestone: 6.9 Priority: low
Severity: normal Version:
Component: General Keywords: has-patch
Focuses: docs Cc:

Description

There is a typo correction in the following file:

src/wp-includes/class-wpdb.php

This patch fixes minor documentation typos and improves comment clarity within the file.

The change enhances accuracy and ensures consistency with the correct spelling used elsewhere in the WordPress codebase.

Attachments (1)

64160.patch (2.1 KB) - added by truptikanzariya 6 months ago.

Download all attachments as: .zip

Change History (5)

#1 @rollybueno
6 months ago

This looks more like coding standard rather than typo.

#2 @westonruter
6 months ago

  • Milestone changed from Awaiting Review to 6.9
  • Owner set to westonruter
  • Priority changed from normal to low
  • Status changed from new to reviewing

#3 @westonruter
6 months ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 61102:

Coding Standards: Improve formatting of phpdoc for params in wpdb class.

Props truptikanzariya, rollybueno.
See #63168.
Fixes #64160.

#4 @sabernhardt
6 months ago

For history:

  • [21512] added the __unset() method, and the parameter description already had the extra space before it (and lacked the period at the end).
  • The alignment changes relate to [56476].
Note: See TracTickets for help on using tickets.