Changeset 48100 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 06/19/2020 10:53:54 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r48067 r48100 3630 3630 * @param string|null $scheme Optional. Scheme to give $url. Currently 'http', 'https', 'login', 3631 3631 * 'login_post', 'admin', 'relative', 'rest', 'rpc', or null. Default null. 3632 * @return string $urlURL with chosen scheme.3632 * @return string URL with chosen scheme. 3633 3633 */ 3634 3634 function set_url_scheme( $url, $scheme = null ) {
Note: See TracChangeset
for help on using the changeset viewer.