Changeset 49108 for trunk/src/wp-includes/class-http.php
- Timestamp:
- 10/08/2020 09:13:57 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-http.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-http.php
r48630 r49108 753 753 754 754 // Cast the Response Code to an int. 755 $response['code'] = intval( $response['code'] );755 $response['code'] = (int) $response['code']; 756 756 757 757 return array(
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)