Changeset 18254 for trunk/wp-includes/class-http.php
- Timestamp:
- 06/10/2011 11:01:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r18185 r18254 99 99 ); 100 100 101 101 102 102 // Pre-parse for the HEAD checks. 103 103 $args = wp_parse_args( $args ); … … 194 194 /** 195 195 * Tests which transports are capable of supporting the request. 196 * 196 * 197 197 * @since 3.2.0 198 198 * @access private
Note: See TracChangeset
for help on using the changeset viewer.