Changeset 47060 for trunk/src/wp-includes/functions.php
- Timestamp:
- 01/11/2020 06:30:58 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r47018 r47060 1220 1220 * 1221 1221 * @param string $uri URI/URL of web page to retrieve. 1222 * @return false|stringHTTP content. False on failure.1222 * @return string|false HTTP content. False on failure. 1223 1223 */ 1224 1224 function wp_remote_fopen( $uri ) { … … 1859 1859 * @since 2.0.4 1860 1860 * 1861 * @return false|string False on failure. Referer URL on success.1861 * @return string|false Referer URL on success, false on failure. 1862 1862 */ 1863 1863 function wp_get_referer() {
Note: See TracChangeset
for help on using the changeset viewer.