Changeset 50164
- Timestamp:
- 02/02/2021 08:35:06 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r50156 r50164 3254 3254 * @since 3.0.0 3255 3255 * 3256 * @global string $pagenow 3257 * 3256 3258 * @param int $blog_id Optional. Site ID. Default null (current site). 3257 3259 * @param string $path Optional. Path relative to the home URL. Default empty. … … 3261 3263 */ 3262 3264 function get_home_url( $blog_id = null, $path = '', $scheme = null ) { 3265 global $pagenow; 3266 3263 3267 $orig_scheme = $scheme; 3264 3268
Note: See TracChangeset
for help on using the changeset viewer.