Changeset 36970 for trunk/src/wp-includes/comment.php
- Timestamp:
- 03/12/2016 12:38:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r36922 r36970 2204 2204 $parsed_url = parse_url($url); 2205 2205 2206 if ( ! isset( $parsed_url['host'] ) ) // Not a nURL. This should never happen.2206 if ( ! isset( $parsed_url['host'] ) ) // Not a URL. This should never happen. 2207 2207 return false; 2208 2208
Note: See TracChangeset
for help on using the changeset viewer.