mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@55827 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -136,7 +136,7 @@ class WP_Http_Cookie {
|
||||
foreach ( $pairs as $pair ) {
|
||||
$pair = rtrim( $pair );
|
||||
|
||||
// Handle the cookie ending in ; which results in a empty final pair.
|
||||
// Handle the cookie ending in ; which results in an empty final pair.
|
||||
if ( empty( $pair ) ) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user