Changeset 29163 for trunk/src/wp-includes/functions.php
- Timestamp:
- 07/14/2014 01:01:22 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r29013 r29163 3507 3507 * @since 4.0.0 3508 3508 * 3509 * @param string $url The URL 3510 * @return bool True if the given URL uses https, false if not (or if the URL is not valid). 3509 * @param string $url The URL. 3510 * @return bool True if the given URL uses https, false if not (or if the URL 3511 * is not valid). 3511 3512 */ 3512 3513 function is_https_url( $url ) {
Note: See TracChangeset
for help on using the changeset viewer.