Fix typos in documentation (wp-includes/[a-h]). See #18560.

git-svn-id: http://svn.automattic.com/wordpress/trunk@18633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
duck_
2011-09-03 16:02:41 +00:00
parent c1d1590171
commit e4ed63fc6f
15 changed files with 31 additions and 31 deletions

View File

@@ -130,7 +130,7 @@ function wp_remote_retrieve_headers(&$response) {
*
* @param array $response
* @param string $header Header name to retrieve value from.
* @return string The header value. Empty string on if incorrect parameter given, or if the header doesnt exist.
* @return string The header value. Empty string on if incorrect parameter given, or if the header doesn't exist.
*/
function wp_remote_retrieve_header(&$response, $header) {
if ( is_wp_error($response) || ! isset($response['headers']) || ! is_array($response['headers']))