- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-requests-response.php
r37428 r37431 145 145 * Check if an ArrayAccess offset exists. 146 146 * 147 * This is for backwards compatibility for array access.147 * This is for array access back-compat. 148 148 * 149 149 * @param string|int $key Array offset. … … 158 158 * Get an ArrayAccess value. 159 159 * 160 * This is for backwards compatibility for array access.160 * This is for array access back-compat. 161 161 * 162 162 * @param string|int $key Array offset to get. … … 190 190 * Set an ArrayAccess value. 191 191 * 192 * This is for backwards compatibility for array access.192 * This is for array access back-compat. 193 193 * 194 194 * @param string|int $key Array offset to set. … … 220 220 * Unset an ArrayAccess value. 221 221 * 222 * This is for backwards compatibility for array access.222 * This is for array access back-compat. 223 223 * 224 224 * @param string|int $key Array offset to remove.
Note: See TracChangeset
for help on using the changeset viewer.