Changeset 41162 for trunk/src/wp-includes/class-wp-http-cookie.php
- Timestamp:
- 07/27/2017 12:40:27 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-cookie.php
r38164 r41162 68 68 * 69 69 * @since 2.8.0 70 * @access public71 70 * 72 71 * @param string|array $data { … … 141 140 * Decision is based on RFC 2109/2965, so look there for details on validity. 142 141 * 143 * @access public144 142 * @since 2.8.0 145 143 * … … 186 184 * Convert cookie name and value back to header string. 187 185 * 188 * @access public189 186 * @since 2.8.0 190 187 * … … 209 206 * Retrieve cookie header for usage in the rest of the WordPress HTTP API. 210 207 * 211 * @access public212 208 * @since 2.8.0 213 209 * … … 222 218 * 223 219 * @since 4.6.0 224 * @access public225 220 * 226 221 * @return array {
Note: See TracChangeset
for help on using the changeset viewer.