Changeset 17771 for trunk/wp-includes/class-http.php
- Timestamp:
- 04/29/2011 08:05:12 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-http.php
r17692 r17771 1408 1408 */ 1409 1409 var $domain; 1410 1411 /**1412 * PHP4 style Constructor - Calls PHP5 Style Constructor.1413 *1414 * @access public1415 * @since 2.8.01416 * @param string|array $data Raw cookie data.1417 */1418 function WP_Http_Cookie( $data ) {1419 $this->__construct( $data );1420 }1421 1410 1422 1411 /**
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)