Make WordPress Core


Ignore:
Timestamp:
05/19/2023 01:25:49 PM (19 months ago)
Author:
SergeyBiryukov
Message:

Docs: Fix a few more typos in DocBlocks and inline comments.

Follow-up to [6779], [10565], [12023], [25224], [27533], [32806], [34777], [45262], [46594], [55823], [55824].

Props Presskopp.
See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-http-cookie.php

    r54133 r55827  
    137137                $pair = rtrim( $pair );
    138138
    139                 // Handle the cookie ending in ; which results in a empty final pair.
     139                // Handle the cookie ending in ; which results in an empty final pair.
    140140                if ( empty( $pair ) ) {
    141141                    continue;
Note: See TracChangeset for help on using the changeset viewer.