Changeset 30674 for trunk/src/wp-includes/http.php
- Timestamp:
- 11/30/2014 11:23:37 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/http.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/http.php
r30443 r30674 382 382 * @since 3.4.0 383 383 * 384 * @param stringOrigin URL. If not provided, the value of get_http_origin() is used.385 * @return bool True if the origin is allowed. False otherwise.384 * @param null|string $origin Origin URL. If not provided, the value of get_http_origin() is used. 385 * @return bool|null True if the origin is allowed. False otherwise. 386 386 */ 387 387 function is_allowed_http_origin( $origin = null ) { … … 442 442 * @since 3.5.2 443 443 * 444 * @return mixed URL or false on failure. 444 * @param string $url 445 * @return false|string URL or false on failure. 445 446 */ 446 447 function wp_http_validate_url( $url ) {
Note: See TracChangeset
for help on using the changeset viewer.