Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#35157 closed defect (bug) (fixed)

Typo in PHPDoc for wp_remote_retrieve_cookies

Reported by: mark8barnes's profile mark8barnes Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.5 Priority: normal
Severity: normal Version:
Component: HTTP API Keywords: has-patch
Focuses: docs Cc:

Description

The PHPDoc for wp_remote_retrieve_cookies says "Retrieve only the body from the raw response". It should of course be "Retrieve only the cookies from the raw response".

Attachments (3)

sSUhT4bT.diff (142 bytes) - added by mark8barnes 8 years ago.
corrected_diff.diff (117 bytes) - added by mark8barnes 8 years ago.
corrected_diff
35157.patch (341 bytes) - added by mark8barnes 8 years ago.

Download all attachments as: .zip

Change History (6)

@mark8barnes
8 years ago

@mark8barnes
8 years ago

corrected_diff

#1 @swissspidy
8 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 4.5
  • Version 4.4 deleted

@mark8barnes
8 years ago

#2 @mark8barnes
8 years ago

Apologies for messing up the patch previously. My SVN wasn't set up properly.

#3 @SergeyBiryukov
8 years ago

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

In 36002:

Docs: Fix copy/paste error in wp_remote_retrieve_cookies() description.

Props mark8barnes.
Fixes #35157.

Note: See TracTickets for help on using tickets.